I wish do several little projects experimenting with video and audio streaming from client to server and from client-server-multiples points, I have several questions:
1) I know than is not hard streaming from point to point avoiding server middle using webrtc, but is possible stream client to server using webrtc (exist some benefits doing this over websocket, or the benefit in webrtc is avoid middle communication)...what about streaming video and audio?
Streaming video or audio with websocket is really simple but I can't found any experience about streaming client-server using webrtc.
2) What about streaming video to multiples points, I know than recently there are some experiments with webrtc because originally this wasn't possible, now: the webrtc performance degrade when it is used for 1 to many points?...would be a better idea streaming to the server (maybe using webrtc) and then streaming to the several points using websockets??.
thanks so much and please don't be rude, my question is not subjetive or comparing both technologies, is more related to know which are the limitations and where can I use each one...thanks!.