on a Blazor PWA wasm I need to show to the user an RTSP stream (for example: rtsp://). 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:
- html5 rtsp player: (need a back to transform rtsp to websocket)
- FfmpegBlazor (can't use a stream, only local files: )
- (idem)
- Using csharp opencv to open stream and bind it to an image + + (can't open the video stream). Also ASP.NET Core stream video from the OpenCVSharp capture
- C# RTSP Client for .NET Core 3.0 / .NET 5.0 (need backend to re-stream)
- Stream API: can't do it using rtsp strem
- On SO:
- How to stream video over rtsp protocol for Live555 server on web browser
- stream RTSP to HTML website
- How can I display an RTSP video stream in a web page?
- streaming rtsp video in vlc plugin
- RTSP to WEBRTC live video streaming
- RTSP h.264 in google chrome browser
- Realtime WebSocket stream to RTSP
- Best approach to get RTSP streaming into web browser from IP Camera?
- Forwarding RTSP stream from IP Camera to Browser in ASP.NET Core
- live stream RTSP to html all browsers
- How to embed streaming rtsp media into an html5 page
- OpenCV videocapture read camera rtsp error
- Streaming via RTSP or RTP in HTML5
- RTSP solution for JavaScript/HTML5
- RTP RTSP implementation in javascript
- Streaming via RTSP or RTP in HTML5
- Is it possible to send RTSP streaming to html page using node js?
- How to stream RTSP live video in Firefox and Chrome now that the VLC plugin is not supported anymore?
- How to stream video over rtsp protocol for Live555 server on web browser
Related questions 131 How can I display an RTSP video stream in a web page? 17 Convert rtsp video stream to http stream 6 Use VLC to stream RTSP feed as HTTP Live Stream Related questions 131 How can I display an RTSP video stream in a web page? 17 Convert rtsp video stream to http stream 6 Use VLC to stream RTSP feed as HTTP Live Stream 9 Convert RTSP stream to virtual web camera 0 clubing RTSP stream to a webpage 7 stream RTSP to HTML website 2 Show a RTSP stream in html 2 How to get RTSP stream over web application 5 Streaming (live-) video from Server to Client using .NET Core Blazor 1 WebRTC stream to RTSP Load 7 more related questions Show fewer related questions
Reset to default