Skip to content
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

Black Screen on iOS browsers #84

Open
istng opened this issue Mar 11, 2022 · 4 comments
Open

Black Screen on iOS browsers #84

istng opened this issue Mar 11, 2022 · 4 comments

Comments

@istng
Copy link

istng commented Mar 11, 2022

Hi! Thanks for the amazing work on this library, it is super!
However, my use case heavily involves iOS. I found this merge mentioning said bug, and linking to a webkit bug report that seems to be ongoing, even reported on iOS >15.

Ill be looking for some solution to this, but does anyone found anything that fixes it?

@t-mullen
Copy link
Owner

You could try sending the stream back to the same browser through an RTCPeerConnection.

It’s not ideal but should be a workaround until iOS Safari is fixed.

@t-mullen
Copy link
Owner

Routing through the MediaSource API may be another solution but I have not tried it.

@istng
Copy link
Author

istng commented Mar 15, 2022

thanks, I'll try it with RTCPeerConnection and if it works share the results :)

@istng
Copy link
Author

istng commented Apr 25, 2022

I ended up switching video elements with css and did not try RTC... but if I ever do, I'll try and remember to get back here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants