<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/multimedia/tvheadend/files, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2025-06-07T18:26:47Z</updated>
<entry>
<title>tvheadend: cut subnet from lan IP reported by uci, fix bug #26681</title>
<updated>2025-06-07T18:26:47Z</updated>
<author>
<name>Marius Dinu</name>
</author>
<published>2025-06-04T13:02:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ea07162ee5eac30063ff7678edecc33815ffba93'/>
<id>urn:sha1:ea07162ee5eac30063ff7678edecc33815ffba93</id>
<content type='text'>
Unannounced modifications (OpenWrt PR 13780) in uci network.lan.ipaddr broke tvheadend init script.
This commit updates the init script to cut the subnet from the ip address reported by uci.

Bug report: #26681

Reported-by: @DonKult
Tested-by: @DonKult
Signed-off-by: Marius Dinu &lt;m95d+git@psihoexpert.ro&gt;
</content>
</entry>
<entry>
<title>tvheadend: update to git master 2022-11-20</title>
<updated>2022-11-22T14:50:59Z</updated>
<author>
<name>Marius Dinu</name>
</author>
<published>2022-11-21T10:42:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=bf279120190c6064af07721690405649d4e41cc1'/>
<id>urn:sha1:bf279120190c6064af07721690405649d4e41cc1</id>
<content type='text'>
- EPG database switched from v2 to v3. This commit updates OpenWrt init script to use the new database file.
- EPG database symlink created by OpenWrt config option is overwritten with a real file by tvheadend.
  The latest tvheadend commit included here fixes that.

Signed-off-by: Marius Dinu &lt;m95d+git@psihoexpert.ro&gt;
</content>
</entry>
<entry>
<title>tvheadend: add noacl config option for server</title>
<updated>2022-04-07T18:17:17Z</updated>
<author>
<name>Alexander Egorenkov</name>
</author>
<published>2022-03-26T12:09:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8b9e90d926916e706766e8472bec2e03aeb4bc8c'/>
<id>urn:sha1:8b9e90d926916e706766e8472bec2e03aeb4bc8c</id>
<content type='text'>
Add support for --noacl option to disable all access control checks.

Signed-off-by: Alexander Egorenkov &lt;egorenar-dev@posteo.net&gt;
</content>
</entry>
<entry>
<title>tvheadend: correct group permissions for /dev/dvb</title>
<updated>2022-02-25T14:08:46Z</updated>
<author>
<name>Matthew Hagan</name>
</author>
<published>2022-02-24T09:10:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b0d810b2e66683ddab04d94e6c816315aa2ee667'/>
<id>urn:sha1:b0d810b2e66683ddab04d94e6c816315aa2ee667</id>
<content type='text'>
Provide group read, write and execute permissions for /dev/dvb, otherwise
adapters will not be accessible from tvheadend.

Signed-off-by: Matthew Hagan &lt;mnhagan88@gmail.com&gt;
</content>
</entry>
<entry>
<title>tvheadend: bind to LAN IP by default</title>
<updated>2022-02-24T01:23:48Z</updated>
<author>
<name>Marius Dinu</name>
</author>
<published>2022-02-18T20:50:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=95cbfe893b259433ec06f5a22bac7c047d1db517'/>
<id>urn:sha1:95cbfe893b259433ec06f5a22bac7c047d1db517</id>
<content type='text'>
If config parameter is not set, tvheadend will bind to LAN IP address by default.
Fixes issue #16500 without requiring user modifications to config file. It's also more secure if firewall becomes disabled.

Signed-off-by: Marius Dinu &lt;m95d+git@psihoexpert.ro&gt;
</content>
</entry>
<entry>
<title>tvheadend: update to git master 2021-11-16, package cleanup, more options</title>
<updated>2021-12-07T20:27:45Z</updated>
<author>
<name>Marius Dinu</name>
</author>
<published>2021-11-16T17:52:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=380374b2288d14e30f44cc5862f9d0292d82d137'/>
<id>urn:sha1:380374b2288d14e30f44cc5862f9d0292d82d137</id>
<content type='text'>
Changes:
- Update to tvheadend git master branch,
  commit 2efe90cdcf74fdc4179692d283cf46c85e1cf681
  dated 2021-11-16
- Removed patches that are not needed anymore.
- Add patch to ignore a ICONV test that runs at tvheadned startup.
  This test fails without "full language support" in OpenWrt,
  but tvheadend appears to run fine anyway.
- Descrambling needs libdvbcsa, a BUILD_PATENTED package.
  Control Word clients now depend on descrambling.
- Added options:
  - CCCAM client
  - RegEx library choice: POSIX (internal) / libpcre (more compatible) / libpcre2
  - Optimize for speed (-O3, LTO)
- FFMPEG is working again. Added options for transcoding, but commented-out.
  If anyone needs this, just uncomment, make menuconfig and build.
- Sort everything in a more logical order

Signed-off-by: Marius Dinu &lt;m95d+git@psihoexpert.ro&gt;
</content>
</entry>
<entry>
<title>tvheadend: multiple improvements</title>
<updated>2021-08-27T15:44:29Z</updated>
<author>
<name>Marius Dinu</name>
</author>
<published>2021-08-27T07:21:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4a387bc568d25697c25575fdbd95d6d7d96bb9a8'/>
<id>urn:sha1:4a387bc568d25697c25575fdbd95d6d7d96bb9a8</id>
<content type='text'>
- Added menuconfig options:
  - TV sources and protocols: SAT&gt;IP, IPTV, HDHomeRun
  - SoftCAM (3 options)
  - Image cache (default changed to OFF)
  - Trace debug option (default changed to OFF)
- Added menuconfig descriptions.
- Removed codecs.
- Made PIE option dependent on global OpenWRT PIE setting.
- Run as regular user, not root.
- Added USB hotplug script to change DVB tuners permissions.
- Fixed a first-start bug(?) that I encountered: admin account created but not saved.

Signed-off-by: Marius Dinu &lt;m95d+git@psihoexpert.ro&gt;
</content>
</entry>
<entry>
<title>tvheadend: add new package</title>
<updated>2015-07-06T19:25:43Z</updated>
<author>
<name>Jan Čermák</name>
</author>
<published>2015-07-04T13:55:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4e676203b3a8ef3532033017e718f12d3e9fda89'/>
<id>urn:sha1:4e676203b3a8ef3532033017e718f12d3e9fda89</id>
<content type='text'>
Tvheadend is a TV streaming server and recorder for Linux. Legacy
Makefile for tvheadend was used as a skeleton, but most of its parts
were rewritten or updated later.

Procd init script allows to set some configuration options (these are
commented out in default Uci config for documentation purposes) and is
written in a way that it puts only configuration that needs to be
persistent to main memory. EPG database which is large and updated
regularly is put to tmpfs (this can be disabled in config).

Signed-off-by: Jan Čermák &lt;jan.cermak@nic.cz&gt;
</content>
</entry>
</feed>
