-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to force the use of TCP protocol when capturing RTSP protocol video streams? #711
Comments
Using the following format in ffmpeg, you can capture it, but I couldn't find the corresponding setting method in SRS2.0. The main concern is how to add double quotes and how to add the parameters to force TCP.
|
Double quotation marks are only necessary in the command line. In fact, SRS fork processes do not require double quotation marks.
|
Added a profile that supports adding rtsp_transport in front of -i.
|
Generated log:
|
Note that it is resolved by SRS3.
|
The
-rtsp_transport tcp
parameter in ffmpeg.TRANS_BY_GPT3
The text was updated successfully, but these errors were encountered: