0

I am trying to build a set-up whereby I stream multiple IP Cam RTSP Video feeds to multiple users. It needs to have minimal latency.

Server Hardware: Static IP Synology NAS
Front-End: React
Back-End: Node.js Express
STUN/TURN server: Coturn
Video Feed: Multiple IP Camera's RTSP feeds
Video Encoder: ffmpeg(?)
Video Decoder: ?
Video Format: ?
Streaming Protocol: WebRTC

I have every individual component up however am struggling with the part whereby I encode the RTSP feed.

What video format do I encode it to and how do I use WebRTC to stream to viewers on the front-end?

JuicyPhan
  • 33
  • 6
  • I was looking at this solution however it was during a time where WebRTC wasn't popular yet. https://stackoverflow.com/questions/23011302/best-approach-to-get-rtsp-streaming-into-web-browser-from-ip-camera – JuicyPhan Mar 22 '23 at 09:11

0 Answers0