Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/guysoft/OctoPi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimofei Korostelev <timofei_public@homeunix.by>2020-05-23 06:35:05 +0300
committerTimofei Korostelev <timofei_public@homeunix.by>2020-05-23 06:35:05 +0300
commit35f334033524c763cc54293e103315b8900740fb (patch)
tree443347814c62aae11e320ea1dfb5fe9b9e72030c /src/modules/octopi/filesystem/boot
parent9de0cc65128fbea1432212e1e3be06b7dfa2e092 (diff)
Experimental HLS support.
Diffstat (limited to 'src/modules/octopi/filesystem/boot')
-rw-r--r--src/modules/octopi/filesystem/boot/octopi.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/modules/octopi/filesystem/boot/octopi.txt b/src/modules/octopi/filesystem/boot/octopi.txt
index 12557d9..b81a1f3 100644
--- a/src/modules/octopi/filesystem/boot/octopi.txt
+++ b/src/modules/octopi/filesystem/boot/octopi.txt
@@ -72,3 +72,11 @@
#
#camera_http_webroot="./www-octopi"
#camera_http_options="-n"
+
+### EXPERIMENTAL
+# Support for different streamer types.
+#
+# Available options:
+# mjpeg [default] - stable MJPG-streamer
+# hls - experimental FFMPEG HLS streamer
+#camera_streamer=mjpeg