If we share screen by API "getDisplayMedia" in Safari on different MacOS desktops, there will be a big delay in the shared video media streaming. In other words, If we share screen in Safari in same desktop, that’s ok. The problem is found on Safari15, MacOS 11.x/12.x with Intel CPU. # Steps: 1. Alice join an online meeting by Safari 2. Bob also join the online meeting by other browsers, such as Chrome, Firefox or Safari. 3. Alice start to share her screen, auto play a PPT or video clip, such as https://www.youtube.com/watch?v=b96TnabpVyo in full screen or in another desktop # Expect Result: Bob should see shared screen video normally. # Actual Result: After a while, Bob see shared screen video freeze frequently, sometimes, freeze time exceeds 60 seconds. I wrote an example to duplicate the issue: https://github.com/walterfan/webrtc_remote_sharing
<rdar://problem/87339054>
I tried the repro case, but I did not reproduce the freeze. I am unclear whether freeze is happening on generation side (getDisplayMedia) or in the transmission chain. Can you send me privately a sysdiagnose (youenn@apple.com) if you can reproduce on most recent MacOS version, with the timing of the freezes?
Sorry for the confusion. My local video file is large, so I give a youtube url. You need to download the video file and playback it in local in full screen or different desktop. I can reproduce the issue 100% Please let me know if you need any recording or sysdiagnose