I do now have openfire/jvb/ofmeet set up and running on my windows 8
machine.
Yes, what you have been telling makes sense, i am still new to ALL of this
so it often takes time to sink in but i am now moving forward again.
Peter Mycue
pmycue@us.ibm.com
pmycue@gmail.com
704-626-9772
On Oct 20, 2014, at 10:36 AM, Emil Ivov <emcho@jitsi.org> wrote:
On 20.10.14, 15:47, Peter Mycue wrote:
Thank you!
When i got the first message about using ofmeet instead of jitsi client
it really made a lot more sense.
OK. Note however that while ofmeet is a fork of Jitsi Meet it is not
maintained by this community so you'd have to take questions to the
appropriate forum.
Did you go through all my answers from my previous mail? Was there anything
you didn't understand?
Emil
I am now trying to get ofmeet to run.
Since the jvb plugin wont launch on macosx, i have it manually
launched from a terminal and it works fine but ofmeet does not seem
accessible. there is an ofmeet directory, in
/usr/local/openfire/plugins/jitsivideobridge/apps but i can not seem to
connect to it.
HTTP ERROR 404
Problem accessing /jitsi/apps/ofmeet. Reason:
Not Found
------------------------------------------------------------------------
/Powered by Jetty:///
I assume that this is because i am not running jvb as a plugin, which
sets up ofmeet when it is installed. is is possible to use ofmeet with
openfire/jvb with jvb running from jvb.sh?
Peter Mycue
pmycue@us.ibm.com <mailto:pmycue@us.ibm.com>
pmycue@gmail.com <mailto:pmycue@gmail.com>
704-626-9772
On Oct 20, 2014, at 8:54 AM, Emil Ivov <emcho@jitsi.org >> <mailto:emcho@jitsi.org>> wrote:
Hey Peter,
On 19.10.14, 22:00, Peter Mycue wrote:
i am still getting nowhere fast trying to make an SDP from an
session-accept. Is there any reference on how to map these?
No, not currently. Not a comprehensive one at least. Looking at what
happens in Jitsi Meet is your best option right now.
when i
look at strophe code for that, it does not seem to be building it from a
session-initiate but already has it in nearly useable sdp form already
unless i missing something, which at this point is likely. everything
is starting to look the same.
I don't understand what you mean.
When you join a Jitsi Meet conference:
1. The focus sends Jingle XMPP to participants.
2. strophe.jingle takes that and turns it into SDP that it then feeds
to the peer connection API (SetRemoteDescription). You need to do
exactly the same thing.
3. The browser then creates SDP (CreateAnswer) that strophe.jingle
takes and converts into XMPP. This, again, is exactly what you need to do.
If i try to use jitsi meet as my server, i still have configuration
issues to get through before i can try it but once i am past those, how
would i connect to that from an ios app. it expects a browser. I can
use a webview in my app with the url to connect to jitsi meet, but then
how do i get sdp and use it to create an rtcpeerconnection.
As Boris explained, if you are using Jitsi Meet, then you can have one
browser join first. This would end up creating a Multi User Chat room
(MUC) on the XMPP server.
You then get your XMPP iOS app to join the same MUC. This needs to
happen over regular XMPP and no browser is necessary.
Once you do, you would get the Jingle XMPP I mentioned in point 1.
above and you take it from there.
Emil
when i connect to appspot server, i get JSON structure that is used to
get a google channel whos callbacks tie in to peerconnection
I know i am close, i just hope i can make the last few inches soon.
Peter Mycue
pmycue@us.ibm.com <mailto:pmycue@us.ibm.com> <mailto:pmycue@us.ibm.com>
pmycue@gmail.com <mailto:pmycue@gmail.com> <mailto:pmycue@gmail.com>
704-626-9772
On Oct 18, 2014, at 11:45 AM, Emil Ivov <emcho@jitsi.org >> <mailto:emcho@jitsi.org> >> <mailto:emcho@jitsi.org>> wrote:
Hey Peter,
Just a couple of quick tips:
1. Rather than using Jitsi, try using Jitsi Meet. This would provide
session descriptions that are compatible with the WebRTC stack.
2. Once you convert your XMPP to SDP (you can have a look at how
strophe.jingle is doing this) The PeerConnection methods you would
need to use with the SDP are:
virtual void CreateAnswer(CreateSessionDescriptionObserver* observer,
const MediaConstraintsInterface* constraints);
virtual void SetLocalDescription(SetSessionDescriptionObserver*
observer,
SessionDescriptionInterface* desc);
virtual void SetRemoteDescription(SetSessionDescriptionObserver*
observer,
SessionDescriptionInterface* desc);
https://code.google.com/p/webrtc/source/browse/trunk/talk/app/webrtc/peerconnection.h#97
Hope this helps,
Emil
On 18.10.14, 17:36, Peter Mycue wrote:
Hello,
I am stuck at the last (i think) step in establishing an connection
with
audio.
I have extended the webrtc to have xmpp support to connect to openfire
server. I have a mac jitsi client connect as well and it sets up a
video
bridge and invites my ios app.
i handle the jingle session-accept, reply 'defintively accept the
session' now my mac jitsi client show i am connected. I need to take
this information now and establish a rtcpeerconnection and i can not
find anything that tells me what to do here.
I have been looking at this for two days and i am not getting
closer. I
know i need to construct an SDP from the data in the jingle dialog
but i
dont know what to do with it.
Peter Mycue
pmycue@us.ibm.com <mailto:pmycue@us.ibm.com>
pmycue@gmail.com <mailto:pmycue@gmail.com>
704-626-9772
_______________________________________________
dev mailing list
dev@jitsi.org
Unsubscribe instructions and other list options:
http://lists.jitsi.org/mailman/listinfo/dev
--
https://jitsi.org
_______________________________________________
dev mailing list
dev@jitsi.org
Unsubscribe instructions and other list options:
http://lists.jitsi.org/mailman/listinfo/dev
_______________________________________________
dev mailing list
dev@jitsi.org <mailto:dev@jitsi.org>
Unsubscribe instructions and other list options:
http://lists.jitsi.org/mailman/listinfo/dev
--
https://jitsi.org
_______________________________________________
dev mailing list
dev@jitsi.org
Unsubscribe instructions and other list options:
http://lists.jitsi.org/mailman/listinfo/dev
_______________________________________________
dev mailing list
dev@jitsi.org
Unsubscribe instructions and other list options:
http://lists.jitsi.org/mailman/listinfo/dev
--
https://jitsi.org
_______________________________________________
dev mailing list
dev@jitsi.org
Unsubscribe instructions and other list options:
http://lists.jitsi.org/mailman/listinfo/dev
_______________________________________________
dev mailing list
dev@jitsi.org
Unsubscribe instructions and other list options:
http://lists.jitsi.org/mailman/listinfo/dev