summaryrefslogtreecommitdiff
path: root/smarttvweb.conf
diff options
context:
space:
mode:
authorthlo <smarttv640@gmail.com>2013-11-26 22:11:45 +0100
committerthlo <smarttv640@gmail.com>2013-11-26 22:11:45 +0100
commit802f35d8a1a7f06dd76068d30f429da6dad9f227 (patch)
treec6cee6003b66ce7097ffeaa139edb18340e7f5ed /smarttvweb.conf
parent3ac54dc3c1f6dd6d8b9adc4024e5003bd4532cae (diff)
downloadvdr-plugin-smarttvweb-802f35d8a1a7f06dd76068d30f429da6dad9f227.tar.gz
vdr-plugin-smarttvweb-802f35d8a1a7f06dd76068d30f429da6dad9f227.tar.bz2
first version of the built-in live solution
Diffstat (limited to 'smarttvweb.conf')
-rw-r--r--smarttvweb.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/smarttvweb.conf b/smarttvweb.conf
index 7976687..c8bb8c3 100644
--- a/smarttvweb.conf
+++ b/smarttvweb.conf
@@ -32,3 +32,16 @@ GroupSeparators Ignore
# 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