I am working on an app where I am using Openfire XMPP server and want to support AV Conferencing feature, for which I want to use WebRTC. As, WebRTC needs some Signalling mechanism, I want to use XMPP itself for Signalling.
The app is going to be supported for iOS & Android. So, using XMPPFramework library for iOS and asmack library for Android.
So, basically here is the question :
- How to integrate WebRTC with Openfire server ? Like, is there any plugin kind of thing ?
- How to make Openfire work as signalling for WebRTC ? Are there any examples available ?
- Are there any existing apps that use XMPP + WebRTC for IM & AV Conferencing ? (I know Google Hangouts uses WebRTC but it also uses proprietary protocol for IM instead of XMPP)
I am working on an app where I am using
OpenfireXMPPserver and want to support AV Conferencing feature, for which I want to useWebRTC. As,WebRTCneeds some Signalling mechanism, I want to useXMPPitself for Signalling.
The app is going to be supported foriOS&Android. So, usingXMPPFrameworklibrary foriOSandasmacklibrary forAndroid.So, basically here is the question :
- How to integrateWebRTCwithOpenfireserver ? Like, is there any plugin kind of thing ?
- How to make
Openfirework as signalling forWebRTC? Are there any examples available ?
- Are there any existing apps that use
XMPP+WebRTCforIM& AV Conferencing ?
(I know
HangoutsusesWebRTCbut it also uses proprietary protocol forIMinstead ofXMPP)
--
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Do you really have to beat up Openfire in order to promote Prosody. When was the last time you visited igniterealtime.org or checked the openfire source code at GitHub.
WebRtc works perfectly with Openfire in both mesh multi/user and peer to peer using either Jingle or Rayo XMPP protocols for signalling.
-Dele Olajide.