Search code examples
htmlvideostreamingembedrtsp

How to embed RTSP video on a HTML website?


I've tried all the ways I found stackoverflow and it does not work. I have the link rtsp://user:password@xxx.xxx.xxx.xxx:554 and I would like to embed the video on the website. How to do it?


Solution

  • Browsers do not support RTSP. you must convert to a format that browsers support like HLS or DASH.