Fix bug forcing rtsp for audio detection ffmpeg process (#8156)

* Fix forcing rtsp for audio process

* Send as list
This commit is contained in:
Nicolas Mowen
2023-10-13 16:03:04 -06:00
committed by GitHub
parent 9b687d77ce
commit 34b315cc8c
2 changed files with 24 additions and 19 deletions

View File

@@ -256,13 +256,6 @@ PRESETS_INPUT = {
"-use_wallclock_as_timestamps",
"1",
],
"preset-rtsp-audio-only": [
"-rtsp_transport",
"tcp",
TIMEOUT_PARAM,
"5000000",
"-vn",
],
"preset-rtsp-restream": _user_agent_args
+ [
"-rtsp_transport",