webrtc-streamer icon indicating copy to clipboard operation
webrtc-streamer copied to clipboard

Websocket support

Open gtntdev opened this issue 5 years ago • 1 comments

Is there any plan that Websocket and Secure Websocket protocol ist supported in the future? (Especially connecting to janus videoroom with node). How much work do you think it is to implement?

Best, Lukas

gtntdev avatar Dec 04 '20 18:12 gtntdev

Hi Lukas,

When I started this project, I look to find some kind of standard for WebRTC signaling. As I did not find emerging one and the one available from WebRTC SDK appears quite awkward, I implement an as simple I can. One standardization seems XMPP, I made some tries with Jitsi, but even it standardize the signaling message, using them is quite complex and differs on XMPP server. Moving the createOffer/createAnswer/addIceCandidate through websocket should not be complicated, the civetweb http server is supporting websocket.

Best Regards, Michel.

mpromonet avatar Dec 05 '20 11:12 mpromonet