Skip to content

Instantly share code, notes, and snippets.

Created September 19, 2013 18:53
  • 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/6628146 to your computer and use it in GitHub Desktop.
[hts@htpc tvheadend-src]$ ./build.linux/tvheadend -C -u hts -g video
Sep 19 20:52:17.518 [ INFO]:charset: 71 entries loaded
Sep 19 20:52:17.519 [ INFO]:dvb: Found adapter /dev/dvb/adapter0 (STV090x Multistandard) via PCI, Reports valid SNR values
Sep 19 20:52:17.519 [ INFO]:dvb: Adapter /dev/dvb/adapter0 will run in full mux mode
Sep 19 20:52:17.520 [ INFO]:CSA: Using SSE2 128bit parallel descrambling
Sep 19 20:52:17.520 [ INFO]:epggrab: module eit created
Sep 19 20:52:17.520 [ INFO]:epggrab: module uk_freesat created
Sep 19 20:52:17.520 [ INFO]:epggrab: module uk_freeview created
Sep 19 20:52:17.520 [ INFO]:epggrab: module viasat_baltic created
Sep 19 20:52:17.523 [ INFO]:epggrab: module opentv-ausat created
Sep 19 20:52:17.523 [ INFO]:epggrab: module opentv-skyuk created
Sep 19 20:52:17.523 [ INFO]:epggrab: module opentv-skyit created
Sep 19 20:52:17.525 [ INFO]:epggrab: module pyepg created
Sep 19 20:52:17.525 [ INFO]:epggrab: module xmltv created
Sep 19 20:52:17.528 [ INFO]:epgdb: loaded v2
Sep 19 20:52:17.528 [ INFO]:epgdb: channels 0
Sep 19 20:52:17.528 [ INFO]:epgdb: brands 0
Sep 19 20:52:17.528 [ INFO]:epgdb: seasons 0
Sep 19 20:52:17.528 [ INFO]:epgdb: episodes 0
Sep 19 20:52:17.528 [ INFO]:epgdb: broadcasts 0
Sep 19 20:52:17.528 [ INFO]:dvr: Creating new configuration ''
Sep 19 20:52:17.529 [WARNING]:dvr: Output directory for video recording is not yet configured for DVR configuration "". Defaulting to to "/home/hts". This can be changed from the web user interface.
Sep 19 20:52:17.529 [ NOTICE]:START: HTS Tvheadend version started, running as PID:6106 UID:1337 GID:91, settings located in '/home/hts/.hts/tvheadend'
^C^C^CSep 19 20:52:34.000 [ INFO]:epgdb: saved
Sep 19 20:52:34.000 [ INFO]:epgdb: brands 0
Sep 19 20:52:34.000 [ INFO]:epgdb: seasons 0
Sep 19 20:52:34.000 [ INFO]:epgdb: episodes 0
Sep 19 20:52:34.000 [ INFO]:epgdb: broadcasts 0
Sep 19 20:52:34.000 [ NOTICE]:STOP: Exiting HTS Tvheadend
[hts@htpc tvheadend-src]$ ^C
[hts@htpc tvheadend-src]$ ls -la
total 2788
drwxr-xr-x 12 555 video 4096 Sep 19 19:44 .
drwxr-xr-x 3 root root 4096 Sep 19 20:16 ..
-rw-r--r-- 1 555 root 1003 Sep 19 19:46 .config.mk
-rw-r--r-- 1 555 video 221 Jul 11 21:17 .gitignore
-rw-r--r-- 1 555 video 0 Jul 11 21:17 .gitmodules
-rw-r--r-- 1 555 video 2740181 Sep 19 19:44 3.4
drwxr-xr-x 2 555 video 4096 Jul 11 21:17 Autobuild
-rwxr-xr-x 1 555 video 1130 Jul 11 21:17 Autobuild.sh
-rw-r--r-- 1 555 video 32472 Jul 11 21:17 LICENSE
-rw-r--r-- 1 555 video 6107 Jul 11 21:17 Makefile
-rw-r--r-- 1 555 video 786 Jul 11 21:17 README
-rw-r--r-- 1 555 video 786 Jul 11 21:17 README.md
drwxr-xr-x 3 555 root 4096 Sep 19 19:47 build.linux
-rwxr-xr-x 1 555 video 3944 Jul 11 21:17 configure
drwxr-xr-x 3 555 video 4096 Jul 11 21:17 contrib
drwxr-xr-x 4 555 video 4096 Sep 19 19:46 data
drwxr-xr-x 2 555 video 4096 Jul 11 21:17 debian
drwxr-xr-x 4 555 video 4096 Jul 11 21:17 docs
drwxr-xr-x 3 555 video 4096 Jul 11 21:17 lib
drwxr-xr-x 2 555 video 4096 Jul 11 21:17 man
drwxr-xr-x 12 555 video 4096 Sep 19 19:46 src
drwxr-xr-x 2 555 video 4096 Jul 11 21:17 support
[hts@htpc tvheadend-src]$ ls -la build.linux/
total 3300
drwxr-xr-x 3 555 root 4096 Sep 19 19:47 .
drwxr-xr-x 12 555 video 4096 Sep 19 19:44 ..
-rw-r--r-- 1 555 root 1063 Sep 19 19:46 config.h
drwxr-xr-x 11 555 root 4096 Sep 19 19:47 src
-rwxr-xr-x 1 555 root 3359024 Sep 19 19:47 tvheadend
[hts@htpc tvheadend-src]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment