WebRTC library capable of SIP signaling and P2P Video Conference

477 views
Skip to first unread message

apptes...@gmail.com

unread,
Jan 26, 2016, 2:11:58 AM1/26/16
to SIP.js
My agenda is to have FreeSwitch as a signaling server for WebRTC client SIP.JS
I dint find any tutorial where i can use SIP.JS as a WebRTC library. It dont have option to create/join room.
Developing Server to Client calls works perfectly in FreeSwitch and SIP.JS. Please tell me how i can handle Peer to Peer Audio / Video Call and Conference using SIP.JS

Eric Tamme

unread,
Jan 26, 2016, 8:55:22 AM1/26/16
to sip...@googlegroups.com
You might want to checkout https://github.com/etamme/kwikykonf.  It is a peer to peer full mesh video conference built on SIP.js.

-Eric
--
You received this message because you are subscribed to the Google Groups "SIP.js" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sip_js+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sip_js/33bf50af-a6ab-4e31-a50c-4bf598a59964%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

apptes...@gmail.com

unread,
Jan 27, 2016, 9:23:54 AM1/27/16
to SIP.js
I have setup same thing, But i see that media is flowing through SIP server only (FreeSwitch) not Peer to Peer

Eric Tamme

unread,
Jan 27, 2016, 9:36:11 AM1/27/16
to sip...@googlegroups.com
Don't use a b2b UA (freeswitch), use a SIP proxy server.  WebRTC uses ICE and STUN to attempt to find the best media candidates.  If you have clients that are able to reach each other, ICE and STUN will negotiate peer to peer.  The demo link, https://video.uphreak.com/#github,  from the kwikykonf github page uses a SIP proxy server, and will route media peer to peer if the peers are able to reach each other.

-Eric

For more options, visit https://groups.google.com/d/optout.

Abdul Hakeem

unread,
Jan 28, 2016, 12:50:02 AM1/28/16
to sip...@googlegroups.com

Did you try mod_verto and set the bypass_media option ?

Reply all
Reply to author
Forward
0 new messages