We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b99527e commit 994d0fdCopy full SHA for 994d0fd
overlay_rootfs/scripts/rtspserver.sh
@@ -111,7 +111,8 @@ WEBRTC_ENABLE=$(awk -F "=" '/^WEBRTC_ENABLE *=/ {print $2}' $HACK_INI)
111
cat > $GO2RTC_CONFIG << EOF
112
log:
113
api: trace
114
- streams: error
+ streams: debug
115
+ rtmp: debug
116
api:
117
origin: '*'
118
static_dir: '/var/www-redirect'
@@ -176,5 +177,6 @@ EOF
176
177
fi
178
179
echo -n "go2rtc: "
-/usr/bin/go2rtc $option -daemon
180
+#/usr/bin/go2rtc $option -daemon
181
+/usr/bin/go2rtc $option >> /tmp/log/go2rtc.log &
182
exit 0
0 commit comments