Project

General

Profile

Tvheadend-32 » History » Version 14

Adam Sutton, 2013-04-04 17:22

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 10 Adam Sutton
> * OpenTV (for sky UK/IT/AU support)
22
> * Freesat/view (UK only)*
23
> * Plus the EIT and XMLTV grabbers have been improved.
24 5 Adam Sutton
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 11 Adam Sutton
h3. v3.2.34
52
53 12 Adam Sutton
For the full changelog you can consult "github":https://github.com/tvheadend/tvheadend/compare/3.2patch1...3.2patch2
54 11 Adam Sutton
55
* Fix #1369, #1397 - Stop webui asking for login credentials
56
57
* Fix #1393 - Remove extra slash from DVR dir that confuses some postrec scripts
58
59
* Fix #1266 - Ensure EPG metadata is available before writing to MKV
60
61
* Fix #1407 - Skip unused ISO 8859 codes to stop spaces in service names
62
63
* Fix #1423 - Stop XMLTV grabber search from crashing (if path is repeated)
64
65
* Fix #1454 - Fix usage of strtok() could cause memory corruption in bundle mode
66
67
* Fix #1453, #1459 - Fix problems with autorec rules not properly loading and deleting completed recordings
68
69
* Muxers - fix some uninit var issues
70
71
* HTSP - fix one memory leak and usage of ptr after free
72
73
* Bundle - fix usage of ptr after free
74
75 5 Adam Sutton
h2. Known Issues
76
77 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=
78 5 Adam Sutton
79
h2. Download
80
81
h3. Ubuntu Packages
82
83 14 Adam Sutton
* http://apt.tvheadend.org/stable - See [[AptRepository|here]] for further details.
84 5 Adam Sutton
85
h3. Source code
86
87 13 Adam Sutton
* "tvheadend-3.2.34.tar.gz":https://github.com/tvheadend/tvheadend/archive/3.2patch2.tar.gz — Release tree.