gitsummore / nile.js

Scalable peer to peer live video streaming built on torrents and webRTC
https://nilejs.com/
MIT License
1.77k stars 103 forks source link

Update example and documentation to use with mobile devices #31

Closed darioodiaz closed 7 years ago

darioodiaz commented 7 years ago

To use userMedia on mobile devices you must use https/ssl server so, the broadcaster file must be on https connection, update the example and add it to the documentation for user that want to use it on mobile devices.

carterbryden commented 7 years ago

Chrome in general now needs SSL for a number of the more advanced features like webrtc, not just mobile.

kbbqiu commented 7 years ago

@darioodiaz Will do. We haven't optimized for mobile yet due to #26

darioodiaz commented 7 years ago

Ok, I keep testing that to see if I can help on that issue :)