RTSP to WebRTC streaming in IP cameras

Our requirement is to get a media server run on our custom board which takes a RTSP stream as input and supports outbound protocol WebRTC. This WebRTC stream should run in all Players/browsers which support WebRTC protocol. I have the following questions.

  1. Is Janus server good for an embedded platform, if yes, how to cross compile Janus for a custom arm linux board (Oclea S5L uSoM)?
  2. How to input RTSP stream and stream webRTC from Janus. if there is any specific document or method to do it, can you share that?
  3. Will the WebRTC stream from Janus play in all other WebRTC supported players/browsers.
  1. others have done it
  2. check the official documentation of the Streaming plugin
  3. Janus doesn’t transcode, so it depends on the stream the RTSP camera is sending, not on Janus.
1 Like