-
Couldn't load subscription status.
- Fork 644
Description
Hi @mpromonet,
I am new to WebRTC and am currently using the WebRTC-Streamer to stream my RTSP feed. My goal is to stream only the RTSP video to a webpage, as I am running this on an embedded system with limited 128 MB RAM.
To achieve this, I want to focus exclusively on the RTSP to WebRTC functionality, minimizing the size of the binary and reducing CPU usage. I’ve tried disabling unnecessary features, but it hasn’t produced the desired results.
Could you provide the compilation steps to disable other features, or guide me on how to modify the source code?
Has anyone implemented just the RTSP to WebRTC functionality in WebRTC-Streamer? Any guidance would be greatly appreciated.