This happened to me with demo app as well, probably it have some limited resources server side, may be it has some load at the moment. So you should get the demo from github and setup on your local system to get the accurate result.
I faced the same video freezing issue with online demo app and even on my local system after I clone it to my machine.
The main reason for it was that it was using one transport to consume all the video streams and when I switched to 1 transport per stream, there was not freezing issue at all, have described it in detail here:
The main reason for it was that it was using one transport to consume all the video streams and when I switched to 1 transport per stream, there was not freezing issue at all, have described it in detail here:
I am not sure, I launched only 1 video and video was freezed
I mean transport included only 1 video
We are experiencing the same issue both in Mediasoup Demo app and in our own project - before, it was always working well.
Edit: Actually upgrading Mediasoup version seems to have solved our problem. I saw the demo is also not running on latest version, so it might be the same issue. Possibly related to DTLS problems ? We were running on 3.10.3
Original post:
We didn’t change anything that would cause this bug afaik - apart from updating mediasoup versions. Unfortunately, I can’t say which update exactly caused this behavior since we just found out about this now, it might have been going for some time already.
Same as OP. It’s only happening in Firefox, all other Browsers work fine.
Audio works continuously, Video freezes almost instantly.
Of course this could also be a Firefox internal issue, but googling for it I didn’t find any recent bug reports.
Some more context:
have tried it in two separate networks (company and home)
running on latest Firefox version (103.1)
downgrading to previous Firefox version (102.1) does not help
Ok, can you check which mediasoup version is being used? Is it 3.10 or 3.9.0 or something else? If 3.10 then kindly downgrade that to 3.9.0 and then test it.
Kindly mention the mediasoup-client version that solved the issue. And the mediaosup version as well. Did you update mediasoup version as well or just mediasoup-client version?