Closed joaoantoniocardoso closed 7 months ago
Tested and working with both rtspsrc and ffplay:
rtspsrc
rtsp://
rtspu://
rtspt://
rtsph://
rtspth://
rtspuh://
rtspsh://
Note: a drawback of this approach is that despite the scheme used in the endpoint, the RTSP client would always use rtsp:// instead.
Tested and working with both
rtspsrc
and ffplay:rtsp://
-> both UDP and TCPrtspu://
-> UDPrtspt://
-> TCPrtsph://
-> TCP tunneled via HTTPrtspth://
-> TCP w/ TLSrtspuh://
-> UDP w/ TLSrtspsh://
-> TCP tunneled via HTTP w/ TSLNote: a drawback of this approach is that despite the scheme used in the endpoint, the RTSP client would always use
rtsp://
instead.