mirror of
https://github.com/wimpysworld/stream-sprout
synced 2026-03-14 14:45:50 +01:00
fix: remove incorrect query parameters from server URL
This commit is contained in:
parent
1f5231c6e9
commit
5801fecb3d
1 changed files with 1 additions and 1 deletions
|
|
@ -293,7 +293,7 @@ while true; do
|
|||
-hide_banner \
|
||||
-flags +global_header \
|
||||
-fflags nobuffer \
|
||||
-listen 1 -i "${sprout_server_url}?rtmp_buffer=0&rtmp_live=live" \
|
||||
-listen 1 -i "${sprout_server_url}" \
|
||||
-flvflags no_duration_filesize \
|
||||
-c:v copy -c:a copy -map 0 \
|
||||
-movflags +faststart \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue