diff options
author | thlo <smarttv640@gmail.com> | 2012-12-26 07:15:03 +0100 |
---|---|---|
committer | thlo <t.lohmar@gmx.de> | 2012-12-26 07:15:03 +0100 |
commit | 6fa9e29f0b37ebcfc7fdc1c4a096205d328bd0be (patch) | |
tree | b881d7d8492e71a80cf7edebcadaa397e18ae2c3 /vdr-smarttvweb/smarttvweb.conf | |
parent | c6513544182b8bbbe62dd9ea9b786964147756b2 (diff) | |
download | vdr-plugin-smarttvweb-6fa9e29f0b37ebcfc7fdc1c4a096205d328bd0be.tar.gz vdr-plugin-smarttvweb-6fa9e29f0b37ebcfc7fdc1c4a096205d328bd0be.tar.bz2 |
Better Log support and addition of missing files
Diffstat (limited to 'vdr-smarttvweb/smarttvweb.conf')
-rw-r--r-- | vdr-smarttvweb/smarttvweb.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vdr-smarttvweb/smarttvweb.conf b/vdr-smarttvweb/smarttvweb.conf new file mode 100644 index 0000000..6afbbb9 --- /dev/null +++ b/vdr-smarttvweb/smarttvweb.conf @@ -0,0 +1,15 @@ +# + +LogFile /tmp/smarttvweb.txt + +MediaFolder /multimedia/video + +SegmentDuration 10 + +HasMinBufferTime 30 + +HasBitrate 6000 + +LiveChannels 30 + +UseHasForHd false
\ No newline at end of file |