Project

General

Profile

Tvheadend-32 » History » Version 9

Adam Sutton, 2012-11-08 11:27

1 2 Adam Sutton
h1. Tvheadend v3.2
2 1 Adam Sutton
3 5 Adam Sutton
This is the first official/stable release from the new Tvheadend [[Team]].
4 4 Adam Sutton
5 5 Adam Sutton
h2. Changelog
6 1 Adam Sutton
7 8 Adam Sutton
h3. v3.2
8
9 5 Adam Sutton
For the full changelog you can consult "github":https://github.com/tvheadend/tvheadend/compare/3.0...v3.2, but beware this is pretty big!
10
11
* Muxer framework - A new muxer framework has been implemented to allow the possibility to enable multiple different recording and streaming formats. Currently only MKV and TS are supported, but others may be added in the future.
12
13
* TS recording - It is once again possible to have Tvheadend recording in TS format, this is selectable from the DVR configuration page. This is currently done using the Pass-through container.
14
15
* TS HTTP streaming - this is also now possible, currently there is no way to change the default container so you must specify the container in the URI. For TS streaming append ?mux=pass to the URI. Currently the UI links (VLC plugin etc...) do not allow this to be selected.
16
17
* EPG rewrite - The EPG code has had a complete rewrite, it now includes more structure internally, has the ability to process and store additional metadata including series links and episode identifiers (where available - depends on EPG grabber).
18
19
* EPG grabber updates - In conjunction with the re-write of the EPG, the grabber framework has been updated. This includes addition of several new broadcast grabbers:
20
21
** OpenTV (for sky UK/IT/AU support)
22
** Freesat/view (UK only)
23
** Plus the EIT and XMLTV grabbers have been improved.
24
25
* HTSPv6 - the HTSP protocol has had some minor updates to improve some aspects of performance, mainly relating to EPG. For XBMC users with the latest pvr.hts addon from https://github.com/opdenkamp/xbmc-pvr-addons, this should greatly reduce the EPG import time.
26 1 Adam Sutton
27
* Adapter Power saving - several options have been added to reduce power consumption from the DVB adapters by shutting them down when not in use. However we have found this causes problems with some adapters, so if you experience performance issues with these options please try disabling them first before reporting issues.
28 8 Adam Sutton
29
h3. v3.2.18
30
31
For the full changelog you can consult "github":https://github.com/tvheadend/tvheadend/compare/v3.2...3.2patch1
32
33
* Several (minor) memory leaks and one potentially larger one have been fixed.
34
35
* Fix #1226 - fix problem with disallowing empty channels
36
37
* Fix #1352 - setgid/setuid return values not checked, broke build on some embedded systems
38
39
* Fix #1355, #1356 - DVR duplicate detection could reject things incorrectly
40
41
* Fix #1367 - opentv module crashed on some bad DVB descriptors
42
43
* Fix #1377 - EOVERFLOW not handled in DVB input code, this could result in stream thread silently dying (most likely to only affect very large multi tuner setups with many concurrent streams).
44
45
* FR #1332 - KU band LNB config (NZ) has been added.
46
47
* Fix dd_progid and series number processing bugs in the EPG.
48
49
* H264 parser bug fixed that could cause problems when bad data is received OTA.
50 5 Adam Sutton
51
h2. Known Issues
52
53 7 Adam Sutton
For known issues please visit the "issue tracker":https://www.lonelycoder.com/redmine/projects/tvheadend/issues?utf8=%E2%9C%93&set_filter=1&f%5B%5D=status_id&op%5Bstatus_id%5D=o&f%5B%5D=cf_3&op%5Bcf_3%5D=%3D&v%5Bcf_3%5D%5B%5D=48&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=
54 5 Adam Sutton
55
h2. Download
56
57
h3. Ubuntu Packages
58
59
* https://launchpad.net/~adamsutton/+archive/tvheadend - Ubuntu PPA
60
61
h3. Source code
62
63 9 Adam Sutton
* "tvheadend-3.2.18.tar.gz":https://github.com/downloads/tvheadend/tvheadend/tvheadend-3.2.18.tar.gz — Release tree.