Video Conferencing app load issue when using vuejs and peerjs #9554
Unanswered
nayak2002
asked this question in
Help/Questions
Replies: 1 comment
-
How is that related to Vue? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have developed a video conferencing web app, dev stack - vuejs, peerjs, Socket.io, Nodejs and Expressjs, the problem I am facing is that the application works almost perfectly in a call for 3 people but the functionality breaks in a call for more than 5-6 people. Would appreciate any suggestions.
I tried applying constraints for the media stream previously to reduce the bandwidth which had improved the call quality.
I have also tried using a Google Stun server and my own peer server.
What is happening is the video for a few people freezes, or the video is just a blank screen, or even if the mic is unmuted the audio is not sent to the other people in the call.
These are the constraints I've used for the media stream.
Beta Was this translation helpful? Give feedback.
All reactions