Bugfix to camera-ustreamer (#66)
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
|
||||
# External access
|
||||
:80 {
|
||||
root * /opt/janus/share/janus/demos
|
||||
# root * /opt/janus/share/janus/demos
|
||||
root * /server
|
||||
handle_path /janus/* {
|
||||
reverse_proxy localhost:8188 # Janus API
|
||||
}
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
#!/usr/bin/execlineb -S0
|
||||
# ==============================================================================
|
||||
# Add-on: camera-ustreamer
|
||||
# Take down the S6 supervision tree when ustreamer fails
|
||||
# ==============================================================================
|
||||
if -n { s6-test $# -ne 0 }
|
||||
if -n { s6-test ${1} -eq 256 }
|
||||
|
||||
s6-svscanctl -t /var/run/s6/services
|
||||
Reference in New Issue
Block a user