How to stream RTSP live video in Firefox and Chrome now that the VLC plugin is not supported anymore?

Tiago Dias picture Tiago Dias · Oct 12, 2015 · Viewed 34.5k times · Source

Now that the NPAPI that the VLC plugin uses is being discontinued in Firefox and that Google Chrome has discontinued the NPAPI for long is there any solution to stream RTSP live video inside these browsers?

Answer

Tiago Dias picture Tiago Dias · May 24, 2017

After a long time digging and following this topic I have came to interesting results. At this point the best option seems to be an RTSP proxy that changes RTSP in a way that makes it compatible with something supported by web browsers (WebRTC, etc.).

I have collected the following solutions:

For the future I expect:

  • Video Camera manufacturers will start to implement protocols like WebRTC and MPEGdash
  • Web Browsers SHOULD implement RTSP but this is probably not going to happen