-
Notifications
You must be signed in to change notification settings - Fork 639
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
Multitrack conference can't handle network changes #6427
Comments
I think it's related to this PR I've put it to the backlog and set the priority to high. Cheers |
@mekya okay good if you already have a potential fix in the pipeline :) |
@mustafaboleken @mekya what is the status and priority of that PR? It would be nice if this was working soon when we'll be back at work and need this working. |
Hi @MaZZly, The development is in the review process, let me talk with the team to merge it soon. Other than this one, we have active pr for solving the getStats isn't working issue and we added a new callback to notify others immediately if someone's connection drops. As far as I remember these are the tasks that your team waits for. |
@mustafaboleken Perfect! I'll have a look once it is merged and NPM packages are updated :) |
@mustafaboleken @mekya I just tested with Have you guys tested the above scenario on your own conference code, and does it work when switching between Wifi and Mobile networks? (multiple times)? (Please refer to the Acceptance criteria section in the bug report) |
@mustafaboleken @mekya Actually, I made a mistake when updating to the Alpha version, which meant I was still on an older version. ( blame new OS install 🙈 ) Now with I will do some more testing to verify that it works, but it seems like the fix is working 😎 👍 Sorry for the confusion 😬, I should've double checked that I was really on the latest version. |
Duplicate or Similar #6333 |
Hi @MaZZly No worries, we are all human :) Please let us know about your test results. |
Fix on the enterprise side https://gitlab.com/Ant-Media/Ant-Media-Enterprise/-/merge_requests/726 |
The fixes are merged into the master branch and it'll be available in next release(2.11.1) likely in a couple of days. FYI |
Short description
When switching between wifi and mobile network on a mobile device connected to a multitrack conference room, streams do not start up again and stream(s) stay black or frozen.
Environment
https://test.antmedia.io/test/conference.html (your own example on your own servers).
Similar things happen in our own environment, but I would really like that you have a working example first before trying to fix it on our end, as the problem likely lies in your JS SDK or on the backend server...
Steps to reproduce
Expected behavior
After a network switch happens on mobile device, and access to internet "stabilizes", the following should happen:
Actual behavior
Logs
No use since they are full of console log spam about
UPDATE_SOUND_LEVEL
Acceptance criteria
For this bug to be considered fixed, the following should apply to your own
conference.html
example:With the same setup as in "Steps to reproduce", it should be possible to do at least 10 network changes on the mobile device (waiting for network to stabilize in between switches), and all streams should start showing on all clients every time after network has been switched...
The text was updated successfully, but these errors were encountered: