List Info

Thread: RE: JMF in OSGi




RE: JMF in OSGi
user name
2008-02-11 03:37:24
Hello,
Thanks for your answer, it heps, now I have JMF working on
Felix.
I would like the understand the logic behind the protocol
sip in sip communicator. I looked at the code and notice
that:
-A sip call has a state, an Id,  mediaSession and may have
more than one callParticipant,...
-A callParticpant has a call (the call it owns), an Id, a
state as well, a Dialog,...
Can you please explain to me why do we need a state for both
the call and the callParticipant?
A call may have more than one participant, but since now, It
seems to me that a new call is created for each incoming ot
outgoing call.The fact that a call may have more that one
participant is intended for videoconferencing for example 
(three people conversation), isn't? Is this functionnality
working?

Thanks,
Regards,
Fatoumata.


-----Message d'origine-----
De : Emil Ivov [mailto:emchosip-communicator.org] 
Envoyé : lundi 4 février 2008 14:49
À : devsip-communicator.dev.java.net
Objet : Re: [sip-comm-dev] JMF in OSGi

Hello Fatoumata,

Yes we have JMF running in an OSGi bundle. In our case we
include the whole framework inside the bundle jar.

Running it is a bit trickier since, depending on the
Operating System, we need to know which set of native libs
to include in the library path.
You can have a look at our "bundle-media" and
"run" targets in the build.xml file in order to
get an idea of how we handle the whole thing.

Hope this helps

Emil

fatoumata2.camaraorange-ftgroup.com написа:
> Hi,
> Can anyone give me some help about using JMF in Felix.
I have not been able to make it work. Your help is
appreciated.
> 
> Regards,
> Fatoumata.
> 
> -----Message d'origine-----
> De : zze-CAMARA Fatoumata RD-MAPS-GRE 
> [mailto:fatoumata2.camaraorange-ftgroup.com]
> Envoyé : mardi 11 décembre 2007 17:58
> À : devsip-communicator.dev.java.net
> Objet : [sip-comm-dev] Protocol Provider Service
> 
> Hi everybody!
> 
> I am looking at Sip Communicator code source in order
to understand 
> its  architecture and how the components interact with
each other. I 
> have  understood that each protocol registers a
Protocol Provider 
> Factory = service, I have also understood that each
single account in 
> a given  protocol registers a Protocol Provider
Service. But, from the 
> code  source I haven't seen where a Protocol Provider
Service is used. 
> More
> explanations: In SIP when initiating a call where the
Protocol Provider  Sevice corresponding to the account I am
calling with is gotten?
> I've seen that the CallManager has a
selectedProtolProvider attribute,  how , when and where this
attribute is initialized? 
> 
> Best,
> Fatoumata.
> 
> -----Message d'origine-----
> De : Keio Kraaner [mailto:keiout.ee]
> Envoyé : mardi 11 décembre 2007 17:01
> À : devsip-communicator.dev.java.net
> Objet : [sip-comm-dev] system chat room
> 
> Hi!
> 
> The ChatRoom interface has a method called isSystem().
> Could you please explain what a system chat room is?
> 
> Best
> Keio Kraaner
> 
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: dev-unsubscribesip-communicator.dev.java.net
> For additional commands, e-mail: 
> dev-helpsip-communicator.dev.java.net
> 
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: dev-unsubscribesip-communicator.dev.java.net
> For additional commands, e-mail: 
> dev-helpsip-communicator.dev.java.net
> 
> 
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: dev-unsubscribesip-communicator.dev.java.net
> For additional commands, e-mail: 
> dev-helpsip-communicator.dev.java.net
> 
> 

------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribesip-communicator.dev.java.net
For additional commands, e-mail: dev-helpsip-communicator.dev.java.net

Re: JMF in OSGi
user name
2008-03-07 12:18:11
Hey Fatoumata,

fatoumata2.camaraorange-ftgroup.com написа:
> Hello, Thanks for your answer, it heps, now I have JMF
working on
> Felix. I would like the understand the logic behind the
protocol sip
> in sip communicator. I looked at the code and notice
that: -A sip
> call has a state, an Id,  mediaSession and may have
more than one
> callParticipant,... -A callParticpant has a call (the
call it owns),
> an Id, a state as well, a Dialog,... Can you please
explain to me why
> do we need a state for both the call and the
callParticipant? A call
> may have more than one participant, but since now, It
seems to me
> that a new call is created for each incoming ot
outgoing call.The
> fact that a call may have more that one participant is
intended for
> videoconferencing for example  (three people
conversation), isn't? 

Yes, that's exactly the point.

> Is
> this functionnality working?

No, unfortunately not yet.


Emil
> 
> Thanks, Regards, Fatoumata.
> 
> 
> -----Message d'origine----- De : Emil Ivov
> [mailto:emchosip-communicator.org] Envoyé : lundi 4
février 2008
> 14:49 À : devsip-communicator.dev.java.net Objet : Re:
> [sip-comm-dev] JMF in OSGi
> 
> Hello Fatoumata,
> 
> Yes we have JMF running in an OSGi bundle. In our case
we include the
> whole framework inside the bundle jar.
> 
> Running it is a bit trickier since, depending on the
Operating
> System, we need to know which set of native libs to
include in the
> library path. You can have a look at our
"bundle-media" and "run"
> targets in the build.xml file in order to get an idea
of how we
> handle the whole thing.
> 
> Hope this helps
> 
> Emil
> 
> fatoumata2.camaraorange-ftgroup.com написа:
>> Hi, Can anyone give me some help about using JMF in
Felix. I have
>> not been able to make it work. Your help is
appreciated.
>> 
>> Regards, Fatoumata.
>> 
>> -----Message d'origine----- De : zze-CAMARA
Fatoumata RD-MAPS-GRE 
>> [mailto:fatoumata2.camaraorange-ftgroup.com] Envoyé
: mardi 11
>> décembre 2007 17:58 À : devsip-communicator.dev.java.net Objet :
>> [sip-comm-dev] Protocol Provider Service
>> 
>> Hi everybody!
>> 
>> I am looking at Sip Communicator code source in
order to understand
>>  its  architecture and how the components interact
with each other.
>> I have  understood that each protocol registers a
Protocol Provider
>>  Factory = service, I have also understood that
each single account
>> in a given  protocol registers a Protocol Provider
Service. But,
>> from the code  source I haven't seen where a
Protocol Provider
>> Service is used. More explanations: In SIP when
initiating a call
>> where the Protocol Provider  Sevice corresponding
to the account I
>> am calling with is gotten? I've seen that the
CallManager has a
>> selectedProtolProvider attribute,  how , when and
where this
>> attribute is initialized?
>> 
>> Best, Fatoumata.
>> 
>> -----Message d'origine----- De : Keio Kraaner
[mailto:keiout.ee] 
>> Envoyé : mardi 11 décembre 2007 17:01 À :
>> devsip-communicator.dev.java.net Objet : [sip-comm-dev]
system
>> chat room
>> 
>> Hi!
>> 
>> The ChatRoom interface has a method called
isSystem(). Could you
>> please explain what a system chat room is?
>> 
>> Best Keio Kraaner
>> 
>>
------------------------------------------------------------
---------
>>  To unsubscribe, e-mail:
>> dev-unsubscribesip-communicator.dev.java.net For additional
>> commands, e-mail: dev-helpsip-communicator.dev.java.net
>> 
>>
------------------------------------------------------------
---------
>>  To unsubscribe, e-mail:
>> dev-unsubscribesip-communicator.dev.java.net For additional
>> commands, e-mail: dev-helpsip-communicator.dev.java.net
>> 
>> 
>>
------------------------------------------------------------
---------
>>  To unsubscribe, e-mail:
>> dev-unsubscribesip-communicator.dev.java.net For additional
>> commands, e-mail: dev-helpsip-communicator.dev.java.net
>> 
>> 
> 
>
------------------------------------------------------------
---------
>  To unsubscribe, e-mail:
> dev-unsubscribesip-communicator.dev.java.net For
additional
> commands, e-mail: dev-helpsip-communicator.dev.java.net
> 


------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribesip-communicator.dev.java.net
For additional commands, e-mail: dev-helpsip-communicator.dev.java.net


[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )