最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

reactjs - How can you stream an RTSP video directly in the browser? - Stack Overflow

programmeradmin4浏览0评论

I'm trying to play an RTSP stream directly in the browser, but browsers do not natively support the RTSP protocol. I tried using WebAssembly, and while it can play local H.265 videos, I want to stream RTSP directly from the camera's IP.

I built the frontend using React.js and used C with LibVLC for WebAssembly.

Can anyone help me stream RTSP directly in the browser?

I want to stream all video formats in H.265, both from local files and by fetching them directly inside the browser. Additionally, I need to stream video from more than 100 cameras simultaneously.

I'm open to using any technology, such as a browser extension, a local server, or WebAssembly. Any suggestions or guidance would be greatly appreciated!

发布评论

评论列表(0)

  1. 暂无评论