Starting video stream

IK
Ilya Kalinin
Tue, May 15, 2012 4:10 PM

Hi.

I using latest pjsip to make video calls between pjsua clients. I start the
call without video and trying to add video stream after that(re-invite with
video sdp), but I see that second pjsua client answers with inactive video
sdp(200 response).
My questions are: why the second client answers like this and how I can
change this behavior using pjsua callbacks.

Thanks.

Hi. I using latest pjsip to make video calls between pjsua clients. I start the call without video and trying to add video stream after that(re-invite with video sdp), but I see that second pjsua client answers with inactive video sdp(200 response). My questions are: why the second client answers like this and how I can change this behavior using pjsua callbacks. Thanks.
NI
Nanang Izzuddin
Wed, May 16, 2012 1:00 AM

Hi Ilya,

Seems like the video count setting in the call setting for answering
the call at the first time is set to 0. You can update the call
setting from on_call_rx_offer() pjsua callback.

BR,
nanang

On Tue, May 15, 2012 at 11:10 PM, Ilya Kalinin il.kalinin@gmail.com wrote:

Hi.

I using latest pjsip to make video calls between pjsua clients. I start the
call without video and trying to add video stream after that(re-invite with
video sdp), but I see that second pjsua client answers with inactive video
sdp(200 response).
My questions are: why the second client answers like this and how I can
change this behavior using pjsua callbacks.

Thanks.


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

Hi Ilya, Seems like the video count setting in the call setting for answering the call at the first time is set to 0. You can update the call setting from on_call_rx_offer() pjsua callback. BR, nanang On Tue, May 15, 2012 at 11:10 PM, Ilya Kalinin <il.kalinin@gmail.com> wrote: > Hi. > > I using latest pjsip to make video calls between pjsua clients. I start the > call without video and trying to add video stream after that(re-invite with > video sdp), but I see that second pjsua client answers with inactive video > sdp(200 response). > My questions are: why the second client answers like this and how I can > change this behavior using pjsua callbacks. > > Thanks. > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >
IK
Ilya Kalinin
Wed, May 16, 2012 7:32 AM

Hi Nanang,

So, the only option is to parse sdp offer in on_call_rx_offer callback?

Regards,
Ilya

On Wednesday, May 16, 2012, Nanang Izzuddin wrote:

Hi Ilya,

Seems like the video count setting in the call setting for answering
the call at the first time is set to 0. You can update the call
setting from on_call_rx_offer() pjsua callback.

BR,
nanang

On Tue, May 15, 2012 at 11:10 PM, Ilya Kalinin <il.kalinin@gmail.comjavascript:;>
wrote:

Hi.

I using latest pjsip to make video calls between pjsua clients. I start

the

call without video and trying to add video stream after that(re-invite

with

video sdp), but I see that second pjsua client answers with inactive

video

sdp(200 response).
My questions are: why the second client answers like this and how I can
change this behavior using pjsua callbacks.

Thanks.


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org javascript:;
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

Hi Nanang, So, the only option is to parse sdp offer in on_call_rx_offer callback? Regards, Ilya On Wednesday, May 16, 2012, Nanang Izzuddin wrote: > Hi Ilya, > > Seems like the video count setting in the call setting for answering > the call at the first time is set to 0. You can update the call > setting from on_call_rx_offer() pjsua callback. > > BR, > nanang > > > On Tue, May 15, 2012 at 11:10 PM, Ilya Kalinin <il.kalinin@gmail.com<javascript:;>> > wrote: > > Hi. > > > > I using latest pjsip to make video calls between pjsua clients. I start > the > > call without video and trying to add video stream after that(re-invite > with > > video sdp), but I see that second pjsua client answers with inactive > video > > sdp(200 response). > > My questions are: why the second client answers like this and how I can > > change this behavior using pjsua callbacks. > > > > Thanks. > > > > _______________________________________________ > > Visit our blog: http://blog.pjsip.org > > > > pjsip mailing list > > pjsip@lists.pjsip.org <javascript:;> > > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org <javascript:;> > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >
NI
Nanang Izzuddin
Wed, May 16, 2012 2:43 PM

Hi Ilya,

No. I mean you can update the video count via call setting param in
that callback. Just check the callback doc for more info.

BR,
nanang

On Wed, May 16, 2012 at 2:32 PM, Ilya Kalinin il.kalinin@gmail.com wrote:

Hi Nanang,

So, the only option is to parse sdp offer in on_call_rx_offer callback?

Regards,
Ilya

On Wednesday, May 16, 2012, Nanang Izzuddin wrote:

Hi Ilya,

Seems like the video count setting in the call setting for answering
the call at the first time is set to 0. You can update the call
setting from on_call_rx_offer() pjsua callback.

BR,
nanang

On Tue, May 15, 2012 at 11:10 PM, Ilya Kalinin il.kalinin@gmail.com
wrote:

Hi.

I using latest pjsip to make video calls between pjsua clients. I start
the
call without video and trying to add video stream after that(re-invite
with
video sdp), but I see that second pjsua client answers with inactive
video
sdp(200 response).
My questions are: why the second client answers like this and how I can
change this behavior using pjsua callbacks.

Thanks.


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

Hi Ilya, No. I mean you can update the video count via call setting param in that callback. Just check the callback doc for more info. BR, nanang On Wed, May 16, 2012 at 2:32 PM, Ilya Kalinin <il.kalinin@gmail.com> wrote: > Hi Nanang, > > So, the only option is to parse sdp offer in on_call_rx_offer callback? > > Regards, > Ilya > > On Wednesday, May 16, 2012, Nanang Izzuddin wrote: >> >> Hi Ilya, >> >> Seems like the video count setting in the call setting for answering >> the call at the first time is set to 0. You can update the call >> setting from on_call_rx_offer() pjsua callback. >> >> BR, >> nanang >> >> >> On Tue, May 15, 2012 at 11:10 PM, Ilya Kalinin <il.kalinin@gmail.com> >> wrote: >> > Hi. >> > >> > I using latest pjsip to make video calls between pjsua clients. I start >> > the >> > call without video and trying to add video stream after that(re-invite >> > with >> > video sdp), but I see that second pjsua client answers with inactive >> > video >> > sdp(200 response). >> > My questions are: why the second client answers like this and how I can >> > change this behavior using pjsua callbacks. >> > >> > Thanks. >> > >> > _______________________________________________ >> > Visit our blog: http://blog.pjsip.org >> > >> > pjsip mailing list >> > pjsip@lists.pjsip.org >> > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >> > >> >> _______________________________________________ >> Visit our blog: http://blog.pjsip.org >> >> pjsip mailing list >> pjsip@lists.pjsip.org >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >
IK
Ilya Kalinin
Wed, May 16, 2012 2:53 PM

Ok, will do. Thank you.

Ilya

On Wednesday, May 16, 2012, Nanang Izzuddin wrote:

Hi Ilya,

No. I mean you can update the video count via call setting param in
that callback. Just check the callback doc for more info.

BR,
nanang

On Wed, May 16, 2012 at 2:32 PM, Ilya Kalinin <il.kalinin@gmail.comjavascript:;>
wrote:

Hi Nanang,

So, the only option is to parse sdp offer in on_call_rx_offer callback?

Regards,
Ilya

On Wednesday, May 16, 2012, Nanang Izzuddin wrote:

Hi Ilya,

Seems like the video count setting in the call setting for answering
the call at the first time is set to 0. You can update the call
setting from on_call_rx_offer() pjsua callback.

BR,
nanang

On Tue, May 15, 2012 at 11:10 PM, Ilya Kalinin <il.kalinin@gmail.comjavascript:;

wrote:

Hi.

I using latest pjsip to make video calls between pjsua clients. I

start

the
call without video and trying to add video stream after that(re-invite
with
video sdp), but I see that second pjsua client answers with inactive
video
sdp(200 response).
My questions are: why the second client answers like this and how I

can

Ok, will do. Thank you. Ilya On Wednesday, May 16, 2012, Nanang Izzuddin wrote: > Hi Ilya, > > No. I mean you can update the video count via call setting param in > that callback. Just check the callback doc for more info. > > BR, > nanang > > > On Wed, May 16, 2012 at 2:32 PM, Ilya Kalinin <il.kalinin@gmail.com<javascript:;>> > wrote: > > Hi Nanang, > > > > So, the only option is to parse sdp offer in on_call_rx_offer callback? > > > > Regards, > > Ilya > > > > On Wednesday, May 16, 2012, Nanang Izzuddin wrote: > >> > >> Hi Ilya, > >> > >> Seems like the video count setting in the call setting for answering > >> the call at the first time is set to 0. You can update the call > >> setting from on_call_rx_offer() pjsua callback. > >> > >> BR, > >> nanang > >> > >> > >> On Tue, May 15, 2012 at 11:10 PM, Ilya Kalinin <il.kalinin@gmail.com<javascript:;> > > > >> wrote: > >> > Hi. > >> > > >> > I using latest pjsip to make video calls between pjsua clients. I > start > >> > the > >> > call without video and trying to add video stream after that(re-invite > >> > with > >> > video sdp), but I see that second pjsua client answers with inactive > >> > video > >> > sdp(200 response). > >> > My questions are: why the second client answers like this and how I > can > >> > change this behavior using pjsua callbacks. > >> > > >> > Thanks. > >> > > >> > _______________________________________________ > >> > Visit our blog: http://blog.pjsip.org > >> > > >> > pjsip mailing list > >> > pjsip@lists.pjsip.org <javascript:;> > >> > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >> > > >> > >> _______________________________________________ > >> Visit our blog: http://blog.pjsip.org > >> > >> pjsip mailing list > >> pjsip@lists.pjsip.org <javascript:;> > >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > > > > > _______________________________________________ > > Visit our blog: http://blog.pjsip.org > > > > pjsip mailing list > > pjsip@lists.pjsip.org <javascript:;> > > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org <javascript:;> > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >