Skip to content
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

Add rtsp protocol options via schemes #391

Conversation

joaoantoniocardoso
Copy link
Collaborator

@joaoantoniocardoso joaoantoniocardoso commented Apr 25, 2024

Tested and working with both rtspsrc and ffplay:

  • rtsp:// -> both UDP and TCP
  • rtspu:// -> UDP
  • rtspt:// -> TCP
  • rtsph:// -> TCP tunneled via HTTP
  • rtspth:// -> TCP w/ TLS
  • rtspuh:// -> UDP w/ TLS
  • rtspsh:// -> TCP tunneled via HTTP w/ TSL

Note: a drawback of this approach is that despite the scheme used in the endpoint, the RTSP client would always use rtsp:// instead.

@joaoantoniocardoso joaoantoniocardoso force-pushed the add_rtsp_protocol_options_via_schemes branch from 6050de6 to c002689 Compare April 25, 2024 21:58
@joaoantoniocardoso joaoantoniocardoso force-pushed the add_rtsp_protocol_options_via_schemes branch from c002689 to b8ebd4f Compare April 25, 2024 22:46
@joaoantoniocardoso joaoantoniocardoso marked this pull request as ready for review April 25, 2024 23:03
@patrickelectric patrickelectric merged commit a9b4ada into mavlink:master Apr 26, 2024
4 of 5 checks passed
@joaoantoniocardoso joaoantoniocardoso deleted the add_rtsp_protocol_options_via_schemes branch April 26, 2024 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants