webrtc / FirebaseRTC

Codelab for building a WebRTC Video chat application using Firebase Cloudstore.
https://webrtc.org
488 stars 340 forks source link

remoteVideo don't work on Safari browser #21

Open Seikida opened 4 years ago

Seikida commented 4 years ago

Hello,

Thank you so much for this project. I just want to report a bug to you: remoteVideo don't work on Safari browser (Mac computer + iPhone).

Indeed I have a black screen. I am using this code: https://github.com/webrtc/FirebaseRTC/blob/solution/public/app.js

I don't know why because the AppRTC video chat client powered by Google App Engine works very well on Safari browser: https://appr.tc/

--> https://webrtc.github.io/samples/

msp commented 4 years ago

+1

jsanahuja commented 3 years ago

It's a bug of Safari, here is a workaround: https://stackoverflow.com/a/66643904/9565820