You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
I run the project on a Mac
It runs fine in Chrome but doesn't show the video in Safari
Neither local nor remote
I searched the source code and found that in line 16 of
"remote_stream.dart" there is this condition
if (peer.renderer != null && peer.video != null
return true in the Safari browser!!!
Can you help me solve this?
The text was updated successfully, but these errors were encountered:
Hello
I run the project on a Mac
It runs fine in Chrome but doesn't show the video in Safari
Neither local nor remote
I searched the source code and found that in line 16 of
"remote_stream.dart" there is this condition
if (peer.renderer != null && peer.video != null
return true in the Safari browser!!!
Can you help me solve this?
—
Reply to this email directly, view it on GitHub
<#4>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIVXEO3Y7MWCYMKOH6IRNCLWEPSVRANCNFSM6AAAAAARL3BFWI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
Hello
I run the project on a Mac
It runs fine in Chrome but doesn't show the video in Safari
Neither local nor remote
I searched the source code and found that in line 16 of
"remote_stream.dart" there is this condition
if (peer.renderer != null && peer.video != null
return true in the Safari browser!!!
Can you help me solve this?
The text was updated successfully, but these errors were encountered: