-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Basic example fails if a room uses more than one Erizo #1432
Comments
@jcague I also tested the latest code till commit #1429 a moment ago. When I changed the default value of either config.erizoAgent.maxProcesses or config.erizoAgent.prerunProcesses I also started facing same problem as mentioned in this issue. Most of the time subscription failed. Can you please look into this? |
@lodoyun can you please look into this issue? |
Okay let me test and get back to you soon!! |
Yes fixed on my environment as well. Great Job!! |
Description
If Licode is configured in a way that allows a room to use more than one Erizo, the subscription to remote streams fails most of the time.
Steps to reproduce the issue:
Describe the results you received:
The first browser only shows one video.
The second browser shows two videos (sometimes one).
Describe the results you expected:
The first browser shows two videos.
The second browser must show two videos.
Additional information you deem important (e.g. issue happens only occasionally):
Issue happens every time.
When it fails, a message is shown this message in the console:
If we change
maxProcesses
to its default value (1) ormaxErizosUsedByRoom
to 1 it works every time.In versión pre-v7.8 this use case worked.
Licode commit/release where the issue is happening
pre-v7.11: 245fb64
Additional environment details (Local, AWS, Docker, etc.):
Same behaviour in Local and using official docker image
lynckia/licode:245fb64
.Chrome 75.
The text was updated successfully, but these errors were encountered: