peers / peerjs

Simple peer-to-peer with WebRTC.
https://peerjs.com
MIT License
12.35k stars 1.43k forks source link

Video streaming #740

Open lucastwong opened 3 years ago

lucastwong commented 3 years ago

I have implemented my page with video streaming. Tablets and computers stream just fine, but iPhone's video will freeze up upon loading. Is there a workaround the iPhones?

valehelle commented 3 years ago

Do you depend on autoplay? If you are there is some specific condition you need to set in order to do so.

lucastwong commented 3 years ago

Yes I do. What are the specific conditions?