mirror of
https://github.com/AlexxIT/go2rtc.git
synced 2025-10-08 01:30:27 +08:00
Adds low delay for any ffmpeg source
This commit is contained in:
@@ -22,7 +22,7 @@ func Init() {
|
||||
|
||||
// inputs
|
||||
"file": "-re -stream_loop -1 -i {input}",
|
||||
"http": "-i {input}",
|
||||
"http": "-fflags nobuffer -flags low_delay -i {input}",
|
||||
"rtsp": "-fflags nobuffer -flags low_delay -rtsp_transport tcp -i {input}",
|
||||
|
||||
// output
|
||||
|
Reference in New Issue
Block a user