blob: 0fac880164635c96aaa35b691429430a20dc76b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
#
# LogFile /var/log/smarttvweb/smarttvweb.log
MediaFolder /var/lib/media
# 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
# Bind the web server to a specific port. Default is Port 8000.
#ServerPort 8000
# Allow execution of reccmd.conf or commands.conf defined programs through the widget.
# Ensure that only authorized hosts get access to the plugin (e.g. firewall protected).
#Commands enable
# To enable the plugin built-in solution for live, uncomment the following parameter.
#UseStreamDev4Live false
# Only used, when UseStreamDev4Live is false
# Buffer duration in the plugin for live (in milliseconds)
BuiltInLiveBufDur 600
|