deepch / RTSPtoWeb

RTSP Stream to WebBrowser
MIT License
1.32k stars 312 forks source link

RTSP over UDP support #249

Open stardast opened 2 years ago

stardast commented 2 years ago

Hi! Thanks for this great project!

I'm trying to convert a camera's RTSP stream to WebRTC, but I get this error:

Stream error restart stream Camera send statusRTSP/1.0 406 TCP TRANSPORT IS NOT SUPPORTED call=Restart

if I try to simulate an RTSP camera with ffmpeg and the webcam of my laptop everything works (ffmpeg must be started with flags -rtsp_transport tcp)

Instead the real camera use RTSP over UDP, does RTSPtoWeb support this mode?

Thanks, Paolo