3

on a Blazor PWA wasm I need to show to the user an RTSP stream (for example: rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mp4). I first thought this was possible using the html5 video tag, but it didn't work.

After reading a lot an try a lot of things, I can't do it without re-streaming the video on a backend, but in my situation I need to avoid that.

Can anyone help me or guide me how to achieve that?

Thanks.

Already try:

Johna
  • 2,623
  • 3
  • 21
  • 36
  • 2
    Welcome to 2022, playing a nativ RTSP stream across Modern Browser is not possible yet. One direction is to use WebRtc but there u also need a service that handle the signaling etc. Other way is to use MSE but there u need to translate the stream into a fragmented mp4 stream. As you already described you need to have a transcoder or a similar service that do the work for u – Christoph Jul 05 '22 at 13:51

0 Answers0