diff options
author | thlo <t.lohmar@gmx.de> | 2013-03-17 09:41:35 +0100 |
---|---|---|
committer | thlo <t.lohmar@gmx.de> | 2013-03-17 09:41:35 +0100 |
commit | 39ace9529514706019367fd11ca5c767dc890319 (patch) | |
tree | 7c32b63c7f5c175005186e68ff55edafc1ac36e3 /smarttvweb.conf | |
parent | 09f233d4c92c73dfa0456c7c87bcc758b68259ff (diff) | |
download | vdr-plugin-smarttvweb-39ace9529514706019367fd11ca5c767dc890319.tar.gz vdr-plugin-smarttvweb-39ace9529514706019367fd11ca5c767dc890319.tar.bz2 |
First step of repo restructuring
Diffstat (limited to 'smarttvweb.conf')
-rw-r--r-- | smarttvweb.conf | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/smarttvweb.conf b/smarttvweb.conf new file mode 100644 index 0000000..07920dc --- /dev/null +++ b/smarttvweb.conf @@ -0,0 +1,28 @@ +# + +LogFile /tmp/smarttvweb.txt + +MediaFolder /multimedia/video + +# Media Segment Duration for HLS/ DASH +SegmentDuration 10 + +# minBufferTime value for the DASH MPD +HasMinBufferTime 30 + +# Bitrate correction parameter for Hls and DASH MPD +HasBitrateCorrection 1.1 + +# Default number of Live Channel entries included in the channels.xml, when not requested specifically. +LiveChannels 30 + +# Influence behavior, when you channels.conf contain group separators +# Valid Values (case sensitive): +# - Ignore : Ignore group separators) +# - EmptyIgnore : Ignore empty group separators (which might be set to assign channel numbers) +# - EmptyFolderDown : Interpretes an empty group channel as "cd ..", so that subsequent channels are not part of the group. +GroupSeparators Ignore + +# Bind the web server to a specific IP address. Otherwise, the Web Server is listening on ALL interfaces. +#ServerAddress 127.0.0.1 + |