Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Media server for webrtc for peer to peer connection [closed]

Tags:

webrtc

p2p

Hello all I am newbie to webrtc just started to run my first application using localhost i got how to access camera and microphone.i had a question is there any media servers to buy if we want to make peer to peer connection or else any free media servers.

like image 831
Victor Avatar asked Oct 12 '12 09:10

Victor


1 Answers

For P2P connections using WebRTC, you can use serverless-webrtc. It's purely client-side, just a bit of HTML + JS + CSS.

Another P2P library on top of WebRTC is PeerJS.

Alternatively, you can use e.g. EasyRTC - an open source WebRTC server based on node.js.

like image 138
niutech Avatar answered Sep 28 '22 11:09

niutech