From 39ace9529514706019367fd11ca5c767dc890319 Mon Sep 17 00:00:00 2001 From: thlo Date: Sun, 17 Mar 2013 09:41:35 +0100 Subject: First step of repo restructuring --- smarttvweb.conf | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 smarttvweb.conf (limited to 'smarttvweb.conf') 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 + -- cgit v1.2.3