Search Criteria
Package Details: tvheadend 4.2.8-8
Package Actions
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.026779 |
First Submitted: | 2012-10-25 08:49 (UTC) |
Last Updated: | 2025-05-14 06:50 (UTC) |
Dependencies (9)
- avahi
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- uriparser (uriparser-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- wget (wget-gitAUR, wurlAUR) (make)
- libiconv (optional) – For conversion of character encodings
- xmltvAUR (optional) – For an alternative source of programme listings
Latest Comments
« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 25 Next › Last »
LukyLX commented on 2018-09-23 11:51 (UTC)
@elf842009, did you already rebuild and -install tvheadend? What does
journalctl -eu tvheadend
say?elf842009 commented on 2018-09-23 11:06 (UTC)
Will not start tvheadend.help me please. $ sudo systemctl status tvheadend.service ● tvheadend.service - Tvheadend - a TV streaming server and DVR Loaded: loaded (/usr/lib/systemd/system/tvheadend.service; enabled; vendor preset: disabled) Active: activating (auto-restart) (Result: exit-code) since Sun 2018-09-23 14:00:04 UTC; 19s ago Process: 10307 ExecStart=/usr/bin/tvheadend -f -p /var/run/tvheadend.pid -C -u hts -g video (code=exited, status=1/FAILURE)
pejobo commented on 2018-09-23 10:15 (UTC) (edited on 2018-09-23 10:17 (UTC) by pejobo)
The dependency to package linuxtv-dvb-apps is missing (you'll get this without: " error while loading shared libraries: libdvben50221.so"). https://aur.archlinux.org/packages/linuxtv-dvb-apps/
sagittarius commented on 2018-09-23 09:10 (UTC)
Because libavresample is dropped now from ffmpeg, I had to downgrade to ffmpeg-1:4.0.2-2. But I also compiled ffmpeg-headless-1:4.0.2-1 (by removing aom depedency and with --disable-libaom in the PKGBUILD) and it works on my headless tvheadend server.
zman0900 commented on 2018-09-23 02:49 (UTC)
@LukyLX: Looks like it treats missing libavresample as completely missing ffmpeg, so it completely disables the feature. You can remove '--disable-ffmpeg_static' to use the old ffmpeg it downloads instead, but that seems to have other problems building with our newer gcc.
You might be able to use this same patch I threw together for the -git package: https://aur.archlinux.org/cgit/aur.git/commit/?h=tvheadend-git&id=
c9dd687b558f
PaulchenPlump commented on 2018-09-22 14:06 (UTC)
Life can be so easy. Thanks @LukyLX!
LukyLX commented on 2018-09-22 08:40 (UTC) (edited on 2018-09-22 08:40 (UTC) by LukyLX)
libavresample.so has indeed been dropped from ffmpeg 4.0.2-3.
To solve this, please re-build (and install) tvheadend. This (the configure script) should detect that libavresample.so isn't present on your system and use libswresample.so instead.
Please let me know if this works for you.
« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 25 Next › Last »