diff options
author | thlo <smarttv640@gmail.com> | 2013-02-23 10:31:30 +0100 |
---|---|---|
committer | thlo <t.lohmar@gmx.de> | 2013-02-23 10:31:30 +0100 |
commit | 65255cd25a87509c0a75c4e09ebd33977e54ed9c (patch) | |
tree | b2d30b11d6cdf7f0a8471da637dfb26b54fe9569 /vdr-smarttvweb/smarttvweb.conf | |
parent | 3b053722baf9e94469e8a602237ce1c2014b32fc (diff) | |
download | vdr-plugin-smarttvweb-65255cd25a87509c0a75c4e09ebd33977e54ed9c.tar.gz vdr-plugin-smarttvweb-65255cd25a87509c0a75c4e09ebd33977e54ed9c.tar.bz2 |
Support for multiple interfaces. Improved Channel Group Separator handling. Updated Web GUI to use the enclosure RSS element. Bugfixes.
Diffstat (limited to 'vdr-smarttvweb/smarttvweb.conf')
-rw-r--r-- | vdr-smarttvweb/smarttvweb.conf | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/vdr-smarttvweb/smarttvweb.conf b/vdr-smarttvweb/smarttvweb.conf index 382f5bb..c9f52ed 100644 --- a/vdr-smarttvweb/smarttvweb.conf +++ b/vdr-smarttvweb/smarttvweb.conf @@ -4,12 +4,25 @@ LogFile /tmp/smarttvweb.txt MediaFolder /multimedia/video +# Media Segment Duration for HLS/ DASH SegmentDuration 10 +# minBufferTime value for the DASH MPD HasMinBufferTime 30 +# Bitrate parameter in the DASH MPD HasBitrate 60000000 +# Default number of Live Channel entries included in the channels.xml, when not requested specifically. LiveChannels 30 -UseHasForHd false +# 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 + |