I stated up a wiki page for Tvheadend. Input and help is welcome.
https://wiki.archlinux.org/index.php/Tvheadend
Search Criteria
Package Details: tvheadend-git 4.3.r912.g5fe3ebd48-1
Git Clone URL: | https://aur.archlinux.org/tvheadend-git.git (read-only) |
---|---|
Package Base: | tvheadend-git |
Description: | TV streaming server for Linux |
Upstream URL: | https://tvheadend.org/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | zman0900 |
Maintainer: | zman0900 |
Last Packager: | zman0900 |
Votes: | 17 |
Popularity: | 0.060631 |
First Submitted: | 2015-08-10 20:59 |
Last Updated: | 2018-01-09 00:42 |
Dependencies (9)
- avahi (avahi-gtk2, avahi-git, avahi-nosystemd)
- ffmpeg (ffmpeg-full-arm-git, ffmpeg-qsv-git, ffmpeg-semifull-git, ffmpeg-git, ffmpeg-mmal, ffmpeg-decklink, ffmpeg-headless, ffmpeg-libfdk_aac, ffmpeg-full-nvenc, ffmpeg-full-git, ffmpeg-full)
- libfdk-aac
- openssl (openssl-via-padlock, openssl-no-aesni, libressl-git, openssl-purify, openssl-git, openssl-zlib, openssl-chacha20, libressl, openssl-tls1.3-git)
- pcre2 (pcre2-svn)
- uriparser
- git (git-git) (make)
- python (make)
- xmltv (optional) – For an alternative source of programme listings
Required by (2)
- horepg (requires tvheadend)
- kodi-addon-hts-pvrmanager (requires tvheadend)
Sources (2)
Pinned Comments
luciferin commented on 2017-04-06 14:01
Latest Comments
ozooha commented on 2018-01-16 21:38
Wild_Penguin commented on 2018-01-15 19:23
Just a small note: while upgrading from tvheadend to tvheadend-git, it seems that the user "hts" is deleted and then re-created. This will cause a change of UID, which will cause problems if a configuration is desired to be re-used (granted, moving from stable to git version might cause problem, but I wanted to give it a shot in any case).
Both /home/hts and your recording folder(s) ownerships need to be re-set manually.
jmason commented on 2018-01-11 04:14
Regarding the disappearance of "linuxtv-dvb-apps" as an Arch Linux package. I can't tell when that happened, but I do see that there was an AUR package of the same name created four days ago (6th) here:
https://aur.archlinux.org/packages/linuxtv-dvb-apps/
The comment there indicates it's broken in a couple of places, but there are workarounds. So for those that may still need it, there's some hope.
zman0900 commented on 2018-01-09 00:44
I removed dependency on linuxtv-dvb-apps since it was removed from the arch repos from some reason. I don't see any missing features without it, but I also live in an ATSC country, so let me know if this causes problems.
zman0900 commented on 2017-12-02 06:29
@davep: I did #1 to allow makepkg to manage all the downloads. For similar reasons, I disabled all the "static" dependencies so instead of make downloading and building them, the (possibly already installed) system versions will be used.
#2: I have removed libmfx and qsv flags, but nvenc is still there in configure.
davep commented on 2017-11-24 14:29
A couple of changes now we are on the 4.3 development version:
1. It is no longer necessary to download the dvb scan tables separately. The Makefile will download them if --enable-dvbscan is specified (the default).
2. These configuration options are no longer used: libmfx_static, qsv, nvenc.
luciferin commented on 2017-04-06 14:01
I stated up a wiki page for Tvheadend. Input and help is welcome.
https://wiki.archlinux.org/index.php/Tvheadend
mercora commented on 2017-03-12 17:48
I manually call makepkg and keep the files around for subsequent builds. If doing so, the copying of the dvb-scan-tables repository fails after the first build because git creates the object files as read-only (444) which makes "cp -a" fail with a permission denied error.
cp has a force flag that will make cp remove the file if it can not write to it before copying it over again. So i would suggest to change the call to cp to include the force flag like this: 'cp -af "dvb-scan-tables" "${_dvbscan}"'
Taijian commented on 2017-03-07 14:06
Would it be possible to add 'aarch64' as a supported arch to the PKGBUILD? That would make it possible to automate updates of this package via pacaur for people like me running it on such a system.
Thank you in advance!
normalraw commented on 2016-04-28 20:28
PSA, without -C tvheadend does not create the default wide access entry.
How come with this built I don't see the "EPG Grabber Modules" after the "EPG Grabber" tab? I have to fake this file /home/hts/.hts/tvheadend/epggrab/config to make my external tv_grab_file work (but those EPG Grabber Modules" don't pop up). Doesn't this file and others get populated after compiling? Does anyone have this issue of not getting this file: /home/hts/.hts/tvheadend/epggrab/config ?
The answer is in this thread I had opened on tvheadend website: https://tvheadend.org/boards/4/topics/30868