I've been reading about Janus, looked at the examples. I'm looking for a webRTC component that I can use in the following way:
- Receive RTP video packets from some external sender
- Become a WebRTC peer and connect to an external WebRTC signaling server, STUN, TURN, the usuals
- Send the incoming RTP packets as a coherent video via the WebRTC peer connection to some other peer on a browser on the Internet
Is Janus the right tool? Maybe there are other tools? Would appreciate some directions..
Thanks!