pacoferre / netcore-signalr-angular-webrtc

A simple many to many conference sample using .NET Core + SignarR Core + Angular 7 + WebRTC
MIT License
29 stars 8 forks source link

The second user cannot see the video from the first user #2

Open Scumble opened 4 years ago

Scumble commented 4 years ago

Hi, there is an issue with the video signal. Steps to reproduce:

  1. user open the room and start video conference
  2. another user try to connect to the same room but he can see only his video (the first user see both videos) here is some screenshots First user: image Second user: image It would be great if u can help me with this issue?
avshaheen commented 4 years ago

Hi @Scumble .Have u get the solution of this problem.

pacoferre commented 4 years ago

Sorry for the delay, now fixed and upgraded.

Mohammadalmbaidin commented 3 years ago

Hi Paco Ferre, the same issue happened with me, the first user see all users , but the second and third user only see the first one but they cant see each other

pacoferre commented 3 years ago

Hi Mohammadalmbaidin,

All users are in the same subnet?, what ICE servers are configured?, what browsers are being used?

BR,

Paco

Mohammadalmbaidin commented 3 years ago

Hi Paco Ferre,

yes in same subnet and i use stun server , also all browsers are chrome . kindly note that also when the new one connect to room, the streaming destroy and it give me no stream in console

Mohammadalmbaidin commented 3 years ago

Dear paco,

kindly note that i am used my locally stun server not google stun server and i modify it on code

pacoferre commented 3 years ago

I'll try again with more than one computer. Have you tested with Google (or any other public) TURN/STURN server?

Mohammadalmbaidin commented 3 years ago

yes, i tried with google stun and same issue happened

rskumarramani commented 3 years ago

Dear pacoferre, I tried with the same code and google stun server, It's working fine. I have tested with 3 users, while test, if the second user disconnect the call, In the first user screen - the third user video control is displaying as black colour. same time third user screen can displaying the first user and third user video. I'm unable to track the issue, your assistance on the matter would be greatly appreciated. Kindly advice. thank in advance.