Package Details: tvheadend 4.2.8-8

Git Clone URL: https://aur.archlinux.org/tvheadend.git (read-only, click to copy)
Package Base: tvheadend
Description: TV streaming server for Linux
Upstream URL: https://tvheadend.org/
Keywords: tvheadend
Licenses: GPL-3.0-only
Submitter: BELzEBUB
Maintainer: fossdd
Last Packager: fossdd
Votes: 115
Popularity: 0.000016
First Submitted: 2012-10-25 08:49 (UTC)
Last Updated: 2025-05-14 06:50 (UTC)

Dependencies (9)

Required by (0)

Sources (5)

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 15 .. 25 Next › Last »

LukyLX commented on 2018-10-07 07:12 (UTC)

@ZS-Man, if tvh_locale_inc.c is empty, I guess your python setup isn't correct. I think you could check where it goes wrong by manually building that file by executing make tvh_locale_inc.c.

ZS-Man commented on 2018-10-06 14:51 (UTC)

@LukyLX, complete the same error. tvh_locale_inc.c is empty (0b). My system is Ryzen 2400g, base sytem with only kodi-standalone, libvirt and linux-mainline-vfio kernel. With yaourt I tested compilation on both linux-mainline-vfio and standart archlinux kernel, but same error.

LukyLX commented on 2018-10-06 08:40 (UTC)

@ZS-Man, I'm not sure how this can happen. tvh_locale_inc.c is generated by support/poc.py and included in tvh_locale.c. After building, tvh_locale_inc.c should contain a static struct tvh_locale tvh_locales[] at the end, containing all locales. Could you check that it does by building manually (makepkg -sr) instead of using yaourt?

ZS-Man commented on 2018-10-04 21:32 (UTC)

Compile error:

Building src/tvh_locale_inc.c CC src/tvh_locale.o src/tvh_locale.c: In function 'lng_init': src/tvh_locale.c:120:20: error: 'tvh_locales' undeclared (first use in this function); did you mean 'tvh_locale'? for (i = 0, tl = tvh_locales; i < ARRAY_SIZE(tvh_locales); i++, tl++) ^~~~~~~~~~~ tvh_locale src/tvh_locale.c:120:20: note: each undeclared identifier is reported only once for each function it appears in make: *** [Makefile:638: /tmp/yaourt-tmp-zsman/aur-tvheadend/src/tvh_locale.o] Error 1

schmodd commented on 2018-09-27 04:39 (UTC)

@LukyLX: thanks for quick response. Works fine again.

LukyLX commented on 2018-09-26 08:31 (UTC)

libavresample.so has indeed been removed from ffmpeg recently. Please rebuild and -install tvheadend. The configure script will detect the absence of that lib and disable its features for now.

schmodd commented on 2018-09-26 07:44 (UTC)

Expierencing problems starting tvheadend since a few days. Maybe this is related to ffmpeg upgrade (1:4.0.2-2 -> 1:4.0.2-3)? Errormessage: "/usr/bin/tvheadend: error while loading shared libraries: libavresample.so.4: cannot open shared object file: No such file or directory"

LukyLX commented on 2018-09-23 13:43 (UTC)

systemctl enable tvheadend

elf842009 commented on 2018-09-23 13:36 (UTC)

Thanks, it works. How to add tvheadend to autorun?

LukyLX commented on 2018-09-23 12:51 (UTC)

Starting /usr/bin/tvheadend directly (not the service) will probably show what's wrong.