How do I extract the video stream in an ongoing webrtc video call and send it to server where it can be transcoded.
As much as I understood about webrtc, its peer to peer. So how do we get the stream to server?
My end goal would be to convert this stream at the server end to rtmp.
A related question was asked on google groups about similar issue, but yet to be answered.
PS: I know a few apps that are already doing the same(e.g. webinarjam ). But not sure how they are doing it.