WebRTC Peer to Peer without ICE / STUN / TURN but with SSH

666 views Asked by At

Let's say I have access to a server via ssh and my own laptop. However, I wish to use webrtc to transmit data via a peer connection for it's ultra low latency over UDP. It's also crucial that I have NO communication between a third server.

What I would like to do, is use ssh to get the signalling information for the two machines (offers and answers) to then create a webRTC channel. This way I can say that no information ever went to a third server (including the signalling part).

I understand the requirement is a bit silly, but it's due to how we network things currently, and the important part is the super low latency webRTC provides.

Or is this the wrong tool for the job perhaps? Open to other suggestions :)

0

There are 0 answers