Create new low latency preset

This commit is contained in:
Nicolas Mowen 2023-02-03 07:21:17 -07:00 committed by GitHub
parent 66881eb89f
commit 47c24035c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -231,6 +231,13 @@ PRESETS_INPUT = {
"1",
],
"preset-rtsp-restream": _user_agent_args
+ [
"-rtsp_transport",
"tcp",
TIMEOUT_PARAM,
"5000000",
],
"preset-rtsp-restream-low-latency": _user_agent_args
+ [
"-rtsp_transport",
"tcp",