Skip to content

Instantly share code, notes, and snippets.

Created March 29, 2014 22:13
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save anonymous/9863885 to your computer and use it in GitHub Desktop.
[root@htpc pacaur]# /usr/local/bin/tvheadend/build.linux/tvheadend -C -u hts -g video --http_port 80 &
[1] 17413
[root@htpc pacaur]# Mär 29 23:12:24.891 [ INFO]:charset: 71 entries loaded
Mär 29 23:12:24.891 [ INFO]:dvb: Found adapter /dev/dvb/adapter0 (STV090x Multistandard) via PCI, Reports valid SNR values
Mär 29 23:12:24.902 [ INFO]:dvb: Adapter /dev/dvb/adapter0 will run in full mux mode
Mär 29 23:12:24.903 [ INFO]:CSA: Using SSE2 128bit parallel descrambling
Mär 29 23:12:24.903 [ INFO]:epggrab: module eit created
Mär 29 23:12:24.903 [ INFO]:epggrab: module uk_freesat created
Mär 29 23:12:24.903 [ INFO]:epggrab: module uk_freeview created
Mär 29 23:12:24.903 [ INFO]:epggrab: module viasat_baltic created
Mär 29 23:12:24.906 [ INFO]:epggrab: module opentv-ausat created
Mär 29 23:12:24.906 [ INFO]:epggrab: module opentv-skyuk created
Mär 29 23:12:24.906 [ INFO]:epggrab: module opentv-skyit created
Mär 29 23:12:24.908 [ INFO]:epggrab: module pyepg created
Mär 29 23:12:24.908 [ INFO]:epggrab: module xmltv created
Mär 29 23:12:24.913 [ INFO]:epgdb: loaded v2
Mär 29 23:12:24.913 [ INFO]:epgdb: channels 0
Mär 29 23:12:24.913 [ INFO]:epgdb: brands 0
Mär 29 23:12:24.913 [ INFO]:epgdb: seasons 0
Mär 29 23:12:24.913 [ INFO]:epgdb: episodes 0
Mär 29 23:12:24.913 [ INFO]:epgdb: broadcasts 0
Mär 29 23:12:24.913 [ INFO]:dvr: Creating new configuration ''
Mär 29 23:12:24.913 [WARNING]:dvr: Output directory for video recording is not yet configured for DVR configuration "". Defaulting to to "/root/Videos". This can be changed from the web user interface.
Mär 29 23:12:24.913 [ NOTICE]:START: HTS Tvheadend version started, running as PID:17413 UID:0 GID:0, settings located in '/root/.hts/tvheadend'
[root@htpc pacaur]#
[root@htpc pacaur]# ps aux | grep tvhe
root 17413 1.1 0.0 193436 3976 pts/1 Sl 23:12 0:00 /usr/local/bin/tvheadend/build.linux/tvheadend -C -u hts -g video --http_port 80
root 17424 0.0 0.0 12152 1080 pts/1 S+ 23:12 0:00 grep tvhe
[root@htpc pacaur]#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment