blob: ee01fa206c27f3752a7cc2edfa79123788d947ba (
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
42
43
44
45
46
47
|
#
# 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
# Define the startup mode for the built-in live solution. Default is 2.
# 0: just start
# 1: start with first pcr
# 2: start with first I Frame
#BuiltInLiveStartMode 0
# Number of TS backets in local buffer before start.
#BuiltInLivePktBuf4Hd 150
#BuiltInLivePktBuf4Sd 75
|