mexili / incogly-backend

6 stars 1 forks source link

Video stream acting weirdly #3

Open sansyrox opened 3 years ago

sansyrox commented 3 years ago

Videos are sometimes visible to only a few participants in the call.

nimit2801 commented 3 years ago

Hey, @sansyrox is there a debug log for the following error, more info would help to solve this bug. Thank You!

sansyrox commented 3 years ago

@nimit2801 , yes it is an issue with video codecs and the wavering webrtc servers in our code. So we will be changing the native socketio rooms to peerjs rooms.

sansyrox commented 3 years ago

@nimit2801 , lmk if you'd be interested in its implementation.

nimit2801 commented 3 years ago

I've worked with socket.io a bit but don't have enough experience with peerjs. Sorry for the late reply got busy with some projects. Would love to check this project out on weekends. The problems I can infer from this issue is:

  1. The issue is with the library socket.io and want to revamp the code base with peerjs
  2. peerjs would solve this by introducing its own simple webrtc solution