Project

General

Profile

Tvheadend-34 » History » Version 5

Adam Sutton, 2013-04-18 16:20

1 1 Adam Sutton
h1. Tvheadend v3.4
2
3 5 Adam Sutton
This includes some exciting new features, improved integration with XBMC and lots of fixes and improvements.
4 2 Adam Sutton
5
h2. Changelog
6
7
h3. v3.4
8
9
For the full changelog you can consult "github":https://github.com/tvheadend/tvheadend/compare/v3.2...v3.4, but beware this is pretty big!
10
11 3 Adam Sutton
h4. DVB Improvements
12 2 Adam Sutton
13 3 Adam Sutton
* DVB Adapter raw mux receive mode. This allows all table filtering to be done in software within TVH. (Note: some cards may not support this, if you see previously working adapters no longer receiving data, try disabling this).
14
* DVB tuning/input processing improved to remove stale data.
15
* Attempt to remove duplicate muxes (usually caused by differences in NIT data)
16
* Various improvements have been made to the service scanning (if you see problems with missing services, please let us know)
17
* DVB-T auto mux detection.
18
* Updated DiseqC code to better support multi-level switches. This may require some updates to existing configuration. Please ask in #hts if you have any issues.
19 2 Adam Sutton
20 3 Adam Sutton
h4. EPG Improvements
21 2 Adam Sutton
22 3 Adam Sutton
* Better charset processing
23
* Including fixes for some common problem languages (Polish)
24
* Viasat Baltic EPG handler
25 2 Adam Sutton
26 3 Adam Sutton
h4. DVR Improvements
27 2 Adam Sutton
28 3 Adam Sutton
* Ensure that scheduled recordings cannot be silently removed from the schedule.
29
* Don't remove recordings because the channel is removed
30
* Ensure autorec updates retain all fields properly.
31 2 Adam Sutton
32 3 Adam Sutton
h4. HTSP / XBMC Improvements
33 2 Adam Sutton
34 3 Adam Sutton
* Recorded files can now be served via HTSP, this allows clients to work with in-progress recordings and still be able to skip around.
35
* Clients can now request normalised timestamps (will also ensure stream begins on I-frame)
36
* Clients can now request 90khz timestamps
37 2 Adam Sutton
38 3 Adam Sutton
h4. UI Improvements
39 2 Adam Sutton
40 3 Adam Sutton
* A New status page has been added, this shows the current subscriptions and tuning state of adapters
41
* Configuration tabs have been re-arranged to keep like pages together.
42
* A raw MUX stream can be received via HTTP from the Mux configuration page (requires adapter in full mux mode).
43 2 Adam Sutton
44 3 Adam Sutton
h4. Miscellaneous
45 2 Adam Sutton
46 3 Adam Sutton
* Image caching - TVH can now be configured to cache channel logos and also to use local files (i.e. file://).
47 2 Adam Sutton
48 3 Adam Sutton
h4. Timeshift
49 2 Adam Sutton
50
This is possibly the most requested feature and finally we have something! The code is still maturing and there have been quite a few integration issues with clients (primarily XBMC) so we hope things will improve with time.
51
52
However we have lots of users that have been using the timeshift feature for some time and so we have a reasonable idea of what does/doesn't work.
53
54 4 Adam Sutton
* Pause/Resume should work just fine.
55
* Skipping is reasonably stable, but there are still some issues to be worked out. In addition to this you will need a build of XBMC from master, the Frodo releases are currently missing a few critical commits. You also need a matching pvr.hts.
56
* FF/RW is mostly untested. Within XBMC this is known not to work, but we're not sure whether the failure is with the way Tvheadend outputs the data or the way XBMC processes what its given.
57 2 Adam Sutton
58
h2. Known Issues
59
60
For known issues please visit the "issue tracker":https://tvheadend.org/projects/tvheadend/issues?utf8=%E2%9C%93&set_filter=1&f%5B%5D=status_id&op%5Bstatus_id%5D=o&f%5B%5D=tracker_id&op%5Btracker_id%5D=%3D&v%5Btracker_id%5D%5B%5D=1&f%5B%5D=cf_3&op%5Bcf_3%5D=%3D&v%5Bcf_3%5D%5B%5D=54&f%5B%5D=&c%5B%5D=tracker&c%5B%5D=status&c%5B%5D=priority&c%5B%5D=subject&c%5B%5D=updated_on&c%5B%5D=fixed_version&group_by=
61
62
h2. Download
63
64
h3. Ubuntu Packages
65
66
* http://apt.tvheadend.org/stable - See [[AptRepository|here]] for further details.
67
68
h3. Source code
69
70
* "tvheadend-3.4.tar.gz":https://github.com/tvheadend/tvheadend/archive/v3.4.tar.gz — Release tree.