-
Notifications
You must be signed in to change notification settings - Fork 159
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
Streamed video not displayed in video grid #444
Comments
Hi @henlamk, You mentioned Chrome and Firefox. So is the issue in Chrome cross Firefox or it occurs in Chrome - Chrome and Firefox - Firefox as well? Also, how frequently do you encounter the issue? |
I have rechecked just to be sure, and it seems that
This behavior occurs every time. Thanks for the quick response. |
I tried to reproduce the issue at my end. While screen sharing when using the Component Library worked fine in all the following combinations:
However, I was able to repro a similar bug using custom media stream. The behavior seen below is expected in v88 and v89 of Chrome due to an existing bug. The workaround can also be found here. Steps:
Can you please confirm if this is what you are observing too? User A on Firefox:User B on Chrome: |
@RidipDe At the point of testing the setup you described it works as previously: playing a video from Firefox to other browsers works fine. The issue I encounter is the other way around, when a chrome user plays a video to other browsers. @ltrung I have disabled the hardware acceleration and boy oh boy does it work now. Thanks for looking into this, guys, much appreciated. |
Describe the bug
After starting sharing content via
await meetingManager.audioVideo?.startContentShare(mediaStream)
the video is displayed correctly in the video grid of the user playing the video.
Other participants only get a black screen where the video should be displayed.
However, the sound is being transmitted.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The video should be displayed in the other participant's video grids.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: