|
NAMETvheadend - Advanced TV streaming server/relay and personal video recorder.SYNOPSIStvheadend [OPTIONS]DESCRIPTIONTvheadend is a streaming server/relay supporting a variety of sources and multiple output formats. It can be used as a standalone PVR or in conjunction with media players such as Movian (Showtime), Kodi (XBMC), VLC and others.OPTIONSAll arguments are optional.Generic Options
Service Configuration Options
Server Connectivity
Debug options
Testing Options
LOGGINGAll activity inside tvheadend is logged to syslog using log facility LOG_DAEMON.SETUPAccess to video adaptersIn order for Tvheadend to control the video adapters on the system it must be granted access to those devices. Most systems have a 'video' group with write access to the video adapter devices. When Tvheadend is started as a daemon it will automatically change its primary group to 'video' in order to access these groups.If your system is configured in a different way you can either change the group membership of the video adapters (/dev/dvb, etc) or reconfigure the Tvheadend startup parameters. This is most likely the behavior if you have installed Tvheadend from a distribution package. If Tvheadend is started without the '-f' argument it will neither daemonize nor change its primary userid/groupid. Instead, it will run with the permissions granted to the user executing the binary. If that's the case then you must make sure that the current user is granted access to the video devices. ConfigurationAll configuration in Tvheadend is maintained via its embedded web server running on port 9981. Just point your browser to:http://hostname:9981/ By default everyone (also from remote hosts) is allowed full access to all features / settings in the web user interface. If this is the first time you're setting up Tvheadend, you are strongly encouraged to enter the web user interface, selected the 'Configuration' + 'Access Control' tab and make reasonable changes. Further help and documentation can be obtained inside the web interface. SettingsSettings are stored in the current user's home directory. Thus, if Tvheadend is run as a system daemon a dedicated user needs to be created and Tvheadend should be launched with the '-u' argument. Also notice that XMLTV will read/ store cache and configuration from the same user home directory.If daemonizing, tvheadend will writes its pid in /var/run/tvheadend.pid AUTHORTvheadend and this man page is maintained by the Tvheadend team. Please see the application for credits.You may also visit #hts at irc.freenode.net COPYRIGHT2006 - 2016 Andreas Öman, et al.Licensed under GPLv3 <https://www.gnu.org/licenses/gpl-3.0.txt>. This is free software: you are free to change and redistribute it subject to the provisions of the license above. There is NO WARRANTY, to the extent permitted by law. SEE ALSOhttps://tvheadend.org Visit the GSP FreeBSD Man Page Interface. |