jitsi / jitsi-meet

Jitsi Meet - Secure, Simple and Scalable Video Conferences that you use as a standalone app or embed in your web application.
https://jitsi.org/meet
Apache License 2.0
22.86k stars 6.69k forks source link

use iceserver #714

Closed liu1083947028 closed 8 years ago

liu1083947028 commented 8 years ago

How can i config iceserver in jitsi-meet?

image

I set {"url": "stun:stun.l.google.com:19302"} in strophe.jingle.js, but it does not work. How can i do it?

thanks

damencho commented 8 years ago

Please, could you ask quesitons on the dev list before opening issues?

If you are using jitsi-videobridge you do not need such a config.

liu1083947028 commented 8 years ago

@damencho My intention is to point the time without going through the server (videobridge) to communicate.

How can i set it?

damencho commented 8 years ago

I'm not sure what 'time' means in this context. But if you are not going to use the videobridge, there is no point of using jicofo and jitsi-meet at all.

liu1083947028 commented 8 years ago

@damencho I am trying videobridge and perfer to P to P connection.

How can i set it in videobridge?

Thanks

damencho commented 8 years ago

Jitsi-videobridge is always relaying the media, this is the whole idea. There is no p2p mode. With multiple people in conference in p2p mode you will end up with up to 3 participants and if you have very good internet you can make it with 4. But if you are using the videobridge you can have a conference with 15-20 people.

On Tue, Jul 5, 2016 at 8:17 PM, 刘晓明 notifications@github.com wrote:

@damencho https://github.com/damencho I am trying videobridge and perfer to P to P connection.

How can i set it in videobridge?

Thanks

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/jitsi/jitsi-meet/issues/714#issuecomment-230647528, or mute the thread https://github.com/notifications/unsubscribe/ADHKejDVVdHF5mpMTpbuLWtupFliLdPnks5qSwIagaJpZM4JEKCt .

liu1083947028 commented 8 years ago

@damencho Thank you Damencho, I do like Videobridge to host meeting starting from 3 parties. However, I do many those P2P video chatting's media go straight(without going through server) to save Videobridge server side bandwidth.