Search code examples
htmlrtspmpeg-dashrtsp-client

How to run rtsp video into browser?


We are developing an application, where we required to load the rtsp video into the browser without using any poxy.

We tried to VLC Plugin but it only supports for the ie browser.


Solution

  • I am not aware of any browser which natively support RTSP streams at this time.

    The usual approach is to use a proxy or a streaming server to covert the steams to something like HLS or DASH, but you say you can't do that.

    There does exist a VLC browser plugin which certainly did support this (not tested it recently) but it does not include support for chrome which may rule it out if you are looking for cross browser support: