versatica / mediasoup

Cutting Edge WebRTC Video Conferencing
https://mediasoup.org
ISC License
6.26k stars 1.13k forks source link

Can I connect mediasoup with browser #44

Closed RonieLiu closed 7 years ago

RonieLiu commented 7 years ago

I need browser client A push mediastream to mediasoup ,then mediasoup send the mediasteam to browser client B,but I can't connect mediasoup with browser. Broswer use ice-full ,but mediasoup use ice-lite,so,I don't know how to use ice-lite in brower.

saghul commented 7 years ago

Browsers definitely work with mediasoup. You shouldn't need to do anything, because the browser will take the ICE controlling agent role, as mediasoup uses a lite implementation and thus will take the role of a controlled agent.

ibc commented 7 years ago

The SDP generated by mediasoup has a=ice-lite.

RonieLiu commented 7 years ago

en,thank you