muaz-khan / RTCMultiConnection

RTCMultiConnection is a WebRTC JavaScript library for peer-to-peer applications (screen sharing, audio/video conferencing, file sharing, media streaming etc.)
https://muazkhan.com:9001/
MIT License
2.57k stars 1.37k forks source link

Freeze and some times not connect. #338

Open gmbad opened 7 years ago

gmbad commented 7 years ago

I use 1-1 chat, with socket.io in my server.

Many times webcam freeze and other times no connect.

May I use other signaling server?

Thankyou

muaz-khan commented 7 years ago

The issue happens here:

A powerful (well-written & well-configured) TURN server can fix such issues.

PS. You can force lighter-higher bitrates/framerates/bandwidth: https://github.com/muaz-khan/RTCMultiConnection/wiki/Bandwidth-Management

gmbad commented 7 years ago

Thank you Muaz.

Can i use my own ice server? How install this?

tks