Mediasoup without sockets

I wondered if sockets are needed in order to use media soup?

An alternative could be using HTTP ( for the handshake and everything else )? and only the video/audio transferring itself could be used via WebRTC?

If the answer is yes, is there any example out there? I found only with sockets.

You could use the same approach used for creating plain RTP connections here: mediasoup-demo/server.js at v3 · versatica/mediasoup-demo · GitHub with plain HTTP methods.

1 Like