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!