Add video to PJSIP

S
SIDIMOULAY
Mon, Aug 10, 2009 9:35 AM

Hi,

I am a new user of SIP applications, I'm working on a matter of course that is aimed at adding a video codec to PJSIP (H264), I did the rounds of the Internet for over a month, I managed to add the audio codecs but no video.
I'm waiting for all your suggestions and advices

Regards

__________ Information provenant d'ESET Smart Security, version de la base des signatures de virus 4321 (20090810) __________

Le message a été vérifié par ESET Smart Security.

http://www.eset.com

Hi, I am a new user of SIP applications, I'm working on a matter of course that is aimed at adding a video codec to PJSIP (H264), I did the rounds of the Internet for over a month, I managed to add the audio codecs but no video. I'm waiting for all your suggestions and advices Regards __________ Information provenant d'ESET Smart Security, version de la base des signatures de virus 4321 (20090810) __________ Le message a été vérifié par ESET Smart Security. http://www.eset.com
X
xutm
Mon, Aug 10, 2009 11:06 AM

Hi SIDIMOULAY,

Maybe you can try VLC for video. I have done it now.
Being a caller, you just have to create SDP with video parameters, such as
rtp port, video codec(h264 or others) and others, and negotiate with NGN
about the video parameters.
Being a callee, you have to parse the remote video parameters(NGN),
selecting the video codec , binding a local port, then send 200 OK back to
NGN.

Regards,
xutm

2009/8/10 SIDIMOULAY sidimoulay2000@hotmail.fr

Hi,

I am a new user of SIP applications, I'm working on a matter of course that
is aimed at adding a video codec to PJSIP (H264), I did the rounds of the
Internet for over a month, I managed to add the audio codecs but no video.
I'm waiting for all your suggestions and advices

Regards

__________ Information provenant d'ESET Smart Security, version de la base
des signatures de virus 4321 (20090810) __________

Le message a été vérifié par ESET Smart Security.

http://www.eset.com


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 SIDIMOULAY, Maybe you can try VLC for video. I have done it now. Being a caller, you just have to create SDP with video parameters, such as rtp port, video codec(h264 or others) and others, and negotiate with NGN about the video parameters. Being a callee, you have to parse the remote video parameters(NGN), selecting the video codec , binding a local port, then send 200 OK back to NGN. Regards, xutm 2009/8/10 SIDIMOULAY <sidimoulay2000@hotmail.fr> > Hi, > > I am a new user of SIP applications, I'm working on a matter of course that > is aimed at adding a video codec to PJSIP (H264), I did the rounds of the > Internet for over a month, I managed to add the audio codecs but no video. > I'm waiting for all your suggestions and advices > > Regards > > > __________ Information provenant d'ESET Smart Security, version de la base > des signatures de virus 4321 (20090810) __________ > > Le message a été vérifié par ESET Smart Security. > > http://www.eset.com > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >
SO
Shayne O'Neill
Mon, Aug 10, 2009 3:07 PM

It might also be worth looking at the OPAL suite if you need a
standards based video solution. OPAL , imho, isn't nearly a complete a
SIP implementation as PJSip, which is very acomplished, audio-wise,
but it does have video support for H323 , and probably SIP.

Its also a lot more work, but if your developing apps, thems the
breaks. If you want to port to a mobile app, you'll need to port PTLib
which looks to be bit of a task.

On 10/08/2009, at 5:35 PM, SIDIMOULAY wrote:

Hi,

I am a new user of SIP applications, I'm working on a matter of
course that is aimed at adding a video codec to PJSIP (H264), I did
the rounds of the Internet for over a month, I managed to add the
audio codecs but no video.
I'm waiting for all your suggestions and advices

Regards

__________ Information provenant d'ESET Smart Security, version de
la base des signatures de virus 4321 (20090810) __________

Le message a été vérifié par ESET Smart Security.

http://www.eset.com


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

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

---==
Shayne O'Neill Development
Mobile, Web and Business process integration.
shayne.oneill@gmail.com 0400247091
Ask me about how Alfresco can help your business grow.

It might also be worth looking at the OPAL suite if you need a standards based video solution. OPAL , imho, isn't nearly a complete a SIP implementation as PJSip, which is very acomplished, audio-wise, but it does have video support for H323 , and probably SIP. Its also a lot more work, but if your developing apps, thems the breaks. If you want to port to a mobile app, you'll need to port PTLib which looks to be bit of a task. On 10/08/2009, at 5:35 PM, SIDIMOULAY wrote: > Hi, > > I am a new user of SIP applications, I'm working on a matter of > course that is aimed at adding a video codec to PJSIP (H264), I did > the rounds of the Internet for over a month, I managed to add the > audio codecs but no video. > I'm waiting for all your suggestions and advices > > Regards > > > __________ Information provenant d'ESET Smart Security, version de > la base des signatures de virus 4321 (20090810) __________ > > Le message a été vérifié par ESET Smart Security. > > http://www.eset.com > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org =================================== Shayne O'Neill Development Mobile, Web and Business process integration. shayne.oneill@gmail.com 0400247091 Ask me about how Alfresco can help your business grow.
F
fcch2k
Fri, Aug 14, 2009 7:10 AM

Hi Xutm,

How to use the VLC to send video stream behind the NATs?
The VLC cannot specify the local source port. Here is the link from VideoLan

http://forum.videolan.org/viewtopic.php?f=32&t=63638&p=212608&hilit=source+port%E2%80%A6#p212608

On 8/10/09, Shayne O'Neill shayne.oneill@gmail.com wrote:

It might also be worth looking at the OPAL suite if you need a
standards based video solution. OPAL , imho, isn't nearly a complete a
SIP implementation as PJSip, which is very acomplished, audio-wise,
but it does have video support for H323 , and probably SIP.

Its also a lot more work, but if your developing apps, thems the
breaks. If you want to port to a mobile app, you'll need to port PTLib
which looks to be bit of a task.

On 10/08/2009, at 5:35 PM, SIDIMOULAY wrote:

Hi,

I am a new user of SIP applications, I'm working on a matter of
course that is aimed at adding a video codec to PJSIP (H264), I did
the rounds of the Internet for over a month, I managed to add the
audio codecs but no video.
I'm waiting for all your suggestions and advices

Regards

__________ Information provenant d'ESET Smart Security, version de
la base des signatures de virus 4321 (20090810) __________

Le message a été vérifié par ESET Smart Security.

http://www.eset.com


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

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

---==
Shayne O'Neill Development
Mobile, Web and Business process integration.
shayne.oneill@gmail.com 0400247091
Ask me about how Alfresco can help your business grow.


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 Xutm, How to use the VLC to send video stream behind the NATs? The VLC cannot specify the local source port. Here is the link from VideoLan http://forum.videolan.org/viewtopic.php?f=32&t=63638&p=212608&hilit=source+port%E2%80%A6#p212608 On 8/10/09, Shayne O'Neill <shayne.oneill@gmail.com> wrote: > > It might also be worth looking at the OPAL suite if you need a > standards based video solution. OPAL , imho, isn't nearly a complete a > SIP implementation as PJSip, which is very acomplished, audio-wise, > but it does have video support for H323 , and probably SIP. > > Its also a lot more work, but if your developing apps, thems the > breaks. If you want to port to a mobile app, you'll need to port PTLib > which looks to be bit of a task. > > On 10/08/2009, at 5:35 PM, SIDIMOULAY wrote: >> Hi, >> >> I am a new user of SIP applications, I'm working on a matter of >> course that is aimed at adding a video codec to PJSIP (H264), I did >> the rounds of the Internet for over a month, I managed to add the >> audio codecs but no video. >> I'm waiting for all your suggestions and advices >> >> Regards >> >> >> __________ Information provenant d'ESET Smart Security, version de >> la base des signatures de virus 4321 (20090810) __________ >> >> Le message a été vérifié par ESET Smart Security. >> >> http://www.eset.com >> _______________________________________________ >> Visit our blog: http://blog.pjsip.org >> >> pjsip mailing list >> pjsip@lists.pjsip.org >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > =================================== > Shayne O'Neill Development > Mobile, Web and Business process integration. > shayne.oneill@gmail.com 0400247091 > Ask me about how Alfresco can help your business grow. > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >
X
xutm
Fri, Aug 14, 2009 7:57 AM

Hi fcch2k

Exactly VLC use random local source port default. But you can change the
corresponding code of VLC.
Indeed, I call method bind before connect in src/network/udp.c to bind my
local source port , instead of only calling method connect to bind random
local source port.
Please view the topic:
http://forum.videolan.org/viewtopic.php?f=32&t=62140

2009/8/14 fcch2k fcch2000@gmail.com

Hi Xutm,

How to use the VLC to send video stream behind the NATs?
The VLC cannot specify the local source port. Here is the link from
VideoLan

http://forum.videolan.org/viewtopic.php?f=32&t=63638&p=212608&hilit=source+port%E2%80%A6#p212608

On 8/10/09, Shayne O'Neill shayne.oneill@gmail.com wrote:

It might also be worth looking at the OPAL suite if you need a
standards based video solution. OPAL , imho, isn't nearly a complete a
SIP implementation as PJSip, which is very acomplished, audio-wise,
but it does have video support for H323 , and probably SIP.

Its also a lot more work, but if your developing apps, thems the
breaks. If you want to port to a mobile app, you'll need to port PTLib
which looks to be bit of a task.

On 10/08/2009, at 5:35 PM, SIDIMOULAY wrote:

Hi,

I am a new user of SIP applications, I'm working on a matter of
course that is aimed at adding a video codec to PJSIP (H264), I did
the rounds of the Internet for over a month, I managed to add the
audio codecs but no video.
I'm waiting for all your suggestions and advices

Regards

__________ Information provenant d'ESET Smart Security, version de
la base des signatures de virus 4321 (20090810) __________

Le message a été vérifié par ESET Smart Security.

http://www.eset.com


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

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

---==
Shayne O'Neill Development
Mobile, Web and Business process integration.
shayne.oneill@gmail.com 0400247091
Ask me about how Alfresco can help your business grow.


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 fcch2k Exactly VLC use random local source port default. But you can change the corresponding code of VLC. Indeed, I call method bind before connect in src/network/udp.c to bind my local source port , instead of only calling method connect to bind random local source port. Please view the topic: http://forum.videolan.org/viewtopic.php?f=32&t=62140 2009/8/14 fcch2k <fcch2000@gmail.com> > Hi Xutm, > > How to use the VLC to send video stream behind the NATs? > The VLC cannot specify the local source port. Here is the link from > VideoLan > > > http://forum.videolan.org/viewtopic.php?f=32&t=63638&p=212608&hilit=source+port%E2%80%A6#p212608 > > > On 8/10/09, Shayne O'Neill <shayne.oneill@gmail.com> wrote: > > > > It might also be worth looking at the OPAL suite if you need a > > standards based video solution. OPAL , imho, isn't nearly a complete a > > SIP implementation as PJSip, which is very acomplished, audio-wise, > > but it does have video support for H323 , and probably SIP. > > > > Its also a lot more work, but if your developing apps, thems the > > breaks. If you want to port to a mobile app, you'll need to port PTLib > > which looks to be bit of a task. > > > > On 10/08/2009, at 5:35 PM, SIDIMOULAY wrote: > >> Hi, > >> > >> I am a new user of SIP applications, I'm working on a matter of > >> course that is aimed at adding a video codec to PJSIP (H264), I did > >> the rounds of the Internet for over a month, I managed to add the > >> audio codecs but no video. > >> I'm waiting for all your suggestions and advices > >> > >> Regards > >> > >> > >> __________ Information provenant d'ESET Smart Security, version de > >> la base des signatures de virus 4321 (20090810) __________ > >> > >> Le message a été vérifié par ESET Smart Security. > >> > >> http://www.eset.com > >> _______________________________________________ > >> Visit our blog: http://blog.pjsip.org > >> > >> pjsip mailing list > >> pjsip@lists.pjsip.org > >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > > > =================================== > > Shayne O'Neill Development > > Mobile, Web and Business process integration. > > shayne.oneill@gmail.com 0400247091 > > Ask me about how Alfresco can help your business grow. > > > > > > _______________________________________________ > > 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 >
F
fcch2k
Fri, Aug 14, 2009 5:37 PM

Hi xutom,

Will cause any confusion since VLC and Pjsip use the same local port?
Who (VLC or Pjsip) will process the incoming RTP packages for the same local
port?

On Fri, Aug 14, 2009 at 12:57 AM, xutm xutom2006@gmail.com wrote:

Hi fcch2k

Exactly VLC use random local source port default. But you can change the
corresponding code of VLC.
Indeed, I call method bind before connect in src/network/udp.c to bind my
local source port , instead of only calling method connect to bind random
local source port.
Please view the topic:
http://forum.videolan.org/viewtopic.php?f=32&t=62140

2009/8/14 fcch2k fcch2000@gmail.com

Hi Xutm,

How to use the VLC to send video stream behind the NATs?
The VLC cannot specify the local source port. Here is the link from
VideoLan

http://forum.videolan.org/viewtopic.php?f=32&t=63638&p=212608&hilit=source+port%E2%80%A6#p212608

On 8/10/09, Shayne O'Neill shayne.oneill@gmail.com wrote:

It might also be worth looking at the OPAL suite if you need a
standards based video solution. OPAL , imho, isn't nearly a complete a
SIP implementation as PJSip, which is very acomplished, audio-wise,
but it does have video support for H323 , and probably SIP.

Its also a lot more work, but if your developing apps, thems the
breaks. If you want to port to a mobile app, you'll need to port PTLib
which looks to be bit of a task.

On 10/08/2009, at 5:35 PM, SIDIMOULAY wrote:

Hi,

I am a new user of SIP applications, I'm working on a matter of
course that is aimed at adding a video codec to PJSIP (H264), I did
the rounds of the Internet for over a month, I managed to add the
audio codecs but no video.
I'm waiting for all your suggestions and advices

Regards

__________ Information provenant d'ESET Smart Security, version de
la base des signatures de virus 4321 (20090810) __________

Le message a été vérifié par ESET Smart Security.

http://www.eset.com


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

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

---==
Shayne O'Neill Development
Mobile, Web and Business process integration.
shayne.oneill@gmail.com 0400247091
Ask me about how Alfresco can help your business grow.


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 xutom, Will cause any confusion since VLC and Pjsip use the same local port? Who (VLC or Pjsip) will process the incoming RTP packages for the same local port? On Fri, Aug 14, 2009 at 12:57 AM, xutm <xutom2006@gmail.com> wrote: > Hi fcch2k > > Exactly VLC use random local source port default. But you can change the > corresponding code of VLC. > Indeed, I call method bind before connect in src/network/udp.c to bind my > local source port , instead of only calling method connect to bind random > local source port. > Please view the topic: > http://forum.videolan.org/viewtopic.php?f=32&t=62140 > > 2009/8/14 fcch2k <fcch2000@gmail.com> > > Hi Xutm, >> >> How to use the VLC to send video stream behind the NATs? >> The VLC cannot specify the local source port. Here is the link from >> VideoLan >> >> >> http://forum.videolan.org/viewtopic.php?f=32&t=63638&p=212608&hilit=source+port%E2%80%A6#p212608 >> >> >> On 8/10/09, Shayne O'Neill <shayne.oneill@gmail.com> wrote: >> > >> > It might also be worth looking at the OPAL suite if you need a >> > standards based video solution. OPAL , imho, isn't nearly a complete a >> > SIP implementation as PJSip, which is very acomplished, audio-wise, >> > but it does have video support for H323 , and probably SIP. >> > >> > Its also a lot more work, but if your developing apps, thems the >> > breaks. If you want to port to a mobile app, you'll need to port PTLib >> > which looks to be bit of a task. >> > >> > On 10/08/2009, at 5:35 PM, SIDIMOULAY wrote: >> >> Hi, >> >> >> >> I am a new user of SIP applications, I'm working on a matter of >> >> course that is aimed at adding a video codec to PJSIP (H264), I did >> >> the rounds of the Internet for over a month, I managed to add the >> >> audio codecs but no video. >> >> I'm waiting for all your suggestions and advices >> >> >> >> Regards >> >> >> >> >> >> __________ Information provenant d'ESET Smart Security, version de >> >> la base des signatures de virus 4321 (20090810) __________ >> >> >> >> Le message a été vérifié par ESET Smart Security. >> >> >> >> http://www.eset.com >> >> _______________________________________________ >> >> Visit our blog: http://blog.pjsip.org >> >> >> >> pjsip mailing list >> >> pjsip@lists.pjsip.org >> >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >> > >> > =================================== >> > Shayne O'Neill Development >> > Mobile, Web and Business process integration. >> > shayne.oneill@gmail.com 0400247091 >> > Ask me about how Alfresco can help your business grow. >> > >> > >> > _______________________________________________ >> > 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 > >
PE
P.Muge Ersoy
Fri, Aug 14, 2009 7:06 PM

audio port and video port are diffrent and pjsip will only handle audio port
.. VLC will take care of the video port only..
So there is no confusion..
did you check VLC api ?
http://wiki.videolan.org/ExternalAPI

On Fri, Aug 14, 2009 at 8:37 PM, fcch2k fcch2000@gmail.com wrote:

Hi xutom,

Will cause any confusion since VLC and Pjsip use the same local port?
Who (VLC or Pjsip) will process the incoming RTP packages for the same
local port?

On Fri, Aug 14, 2009 at 12:57 AM, xutm xutom2006@gmail.com wrote:

Hi fcch2k

Exactly VLC use random local source port default. But you can change the
corresponding code of VLC.
Indeed, I call method bind before connect in src/network/udp.c to bind my
local source port , instead of only calling method connect to bind random
local source port.
Please view the topic:
http://forum.videolan.org/viewtopic.php?f=32&t=62140

2009/8/14 fcch2k fcch2000@gmail.com

Hi Xutm,

How to use the VLC to send video stream behind the NATs?
The VLC cannot specify the local source port. Here is the link from
VideoLan

http://forum.videolan.org/viewtopic.php?f=32&t=63638&p=212608&hilit=source+port%E2%80%A6#p212608

On 8/10/09, Shayne O'Neill shayne.oneill@gmail.com wrote:

It might also be worth looking at the OPAL suite if you need a
standards based video solution. OPAL , imho, isn't nearly a complete a
SIP implementation as PJSip, which is very acomplished, audio-wise,
but it does have video support for H323 , and probably SIP.

Its also a lot more work, but if your developing apps, thems the
breaks. If you want to port to a mobile app, you'll need to port PTLib
which looks to be bit of a task.

On 10/08/2009, at 5:35 PM, SIDIMOULAY wrote:

Hi,

I am a new user of SIP applications, I'm working on a matter of
course that is aimed at adding a video codec to PJSIP (H264), I did
the rounds of the Internet for over a month, I managed to add the
audio codecs but no video.
I'm waiting for all your suggestions and advices

Regards

__________ Information provenant d'ESET Smart Security, version de
la base des signatures de virus 4321 (20090810) __________

Le message a été vérifié par ESET Smart Security.

http://www.eset.com


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

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

---==
Shayne O'Neill Development
Mobile, Web and Business process integration.
shayne.oneill@gmail.com 0400247091
Ask me about how Alfresco can help your business grow.


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

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

audio port and video port are diffrent and pjsip will only handle audio port .. VLC will take care of the video port only.. So there is no confusion.. did you check VLC api ? http://wiki.videolan.org/ExternalAPI On Fri, Aug 14, 2009 at 8:37 PM, fcch2k <fcch2000@gmail.com> wrote: > Hi xutom, > > Will cause any confusion since VLC and Pjsip use the same local port? > Who (VLC or Pjsip) will process the incoming RTP packages for the same > local port? > > > > On Fri, Aug 14, 2009 at 12:57 AM, xutm <xutom2006@gmail.com> wrote: > >> Hi fcch2k >> >> Exactly VLC use random local source port default. But you can change the >> corresponding code of VLC. >> Indeed, I call method bind before connect in src/network/udp.c to bind my >> local source port , instead of only calling method connect to bind random >> local source port. >> Please view the topic: >> http://forum.videolan.org/viewtopic.php?f=32&t=62140 >> >> 2009/8/14 fcch2k <fcch2000@gmail.com> >> >> Hi Xutm, >>> >>> How to use the VLC to send video stream behind the NATs? >>> The VLC cannot specify the local source port. Here is the link from >>> VideoLan >>> >>> >>> http://forum.videolan.org/viewtopic.php?f=32&t=63638&p=212608&hilit=source+port%E2%80%A6#p212608 >>> >>> >>> On 8/10/09, Shayne O'Neill <shayne.oneill@gmail.com> wrote: >>> > >>> > It might also be worth looking at the OPAL suite if you need a >>> > standards based video solution. OPAL , imho, isn't nearly a complete a >>> > SIP implementation as PJSip, which is very acomplished, audio-wise, >>> > but it does have video support for H323 , and probably SIP. >>> > >>> > Its also a lot more work, but if your developing apps, thems the >>> > breaks. If you want to port to a mobile app, you'll need to port PTLib >>> > which looks to be bit of a task. >>> > >>> > On 10/08/2009, at 5:35 PM, SIDIMOULAY wrote: >>> >> Hi, >>> >> >>> >> I am a new user of SIP applications, I'm working on a matter of >>> >> course that is aimed at adding a video codec to PJSIP (H264), I did >>> >> the rounds of the Internet for over a month, I managed to add the >>> >> audio codecs but no video. >>> >> I'm waiting for all your suggestions and advices >>> >> >>> >> Regards >>> >> >>> >> >>> >> __________ Information provenant d'ESET Smart Security, version de >>> >> la base des signatures de virus 4321 (20090810) __________ >>> >> >>> >> Le message a été vérifié par ESET Smart Security. >>> >> >>> >> http://www.eset.com >>> >> _______________________________________________ >>> >> Visit our blog: http://blog.pjsip.org >>> >> >>> >> pjsip mailing list >>> >> pjsip@lists.pjsip.org >>> >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >>> > >>> > =================================== >>> > Shayne O'Neill Development >>> > Mobile, Web and Business process integration. >>> > shayne.oneill@gmail.com 0400247091 >>> > Ask me about how Alfresco can help your business grow. >>> > >>> > >>> > _______________________________________________ >>> > 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 >> >> > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >
X
xutm
Sun, Aug 16, 2009 12:45 AM

Hi fcch2k,

When create SDP, you can specify the audio and video port. For my case, I
set the video port as audio port plus 80. If the audio port is 4000, the
video one is 4080, and there is no  confusion. Then I send 4080 to VLC(VLC
bind the port 4080). So the audio RTP packages go to the port 4000, while
the video RTP packages go to 4080

Regards,
xutm

2009/8/15 fcch2k fcch2000@gmail.com

Hi xutom,

Will cause any confusion since VLC and Pjsip use the same local port?
Who (VLC or Pjsip) will process the incoming RTP packages for the same
local port?

On Fri, Aug 14, 2009 at 12:57 AM, xutm xutom2006@gmail.com wrote:

Hi fcch2k

Exactly VLC use random local source port default. But you can change the
corresponding code of VLC.
Indeed, I call method bind before connect in src/network/udp.c to bind my
local source port , instead of only calling method connect to bind random
local source port.
Please view the topic:
http://forum.videolan.org/viewtopic.php?f=32&t=62140

2009/8/14 fcch2k fcch2000@gmail.com

Hi Xutm,

How to use the VLC to send video stream behind the NATs?
The VLC cannot specify the local source port. Here is the link from
VideoLan

http://forum.videolan.org/viewtopic.php?f=32&t=63638&p=212608&hilit=source+port%E2%80%A6#p212608

On 8/10/09, Shayne O'Neill shayne.oneill@gmail.com wrote:

It might also be worth looking at the OPAL suite if you need a
standards based video solution. OPAL , imho, isn't nearly a complete a
SIP implementation as PJSip, which is very acomplished, audio-wise,
but it does have video support for H323 , and probably SIP.

Its also a lot more work, but if your developing apps, thems the
breaks. If you want to port to a mobile app, you'll need to port PTLib
which looks to be bit of a task.

On 10/08/2009, at 5:35 PM, SIDIMOULAY wrote:

Hi,

I am a new user of SIP applications, I'm working on a matter of
course that is aimed at adding a video codec to PJSIP (H264), I did
the rounds of the Internet for over a month, I managed to add the
audio codecs but no video.
I'm waiting for all your suggestions and advices

Regards

__________ Information provenant d'ESET Smart Security, version de
la base des signatures de virus 4321 (20090810) __________

Le message a été vérifié par ESET Smart Security.

http://www.eset.com


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

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

---==
Shayne O'Neill Development
Mobile, Web and Business process integration.
shayne.oneill@gmail.com 0400247091
Ask me about how Alfresco can help your business grow.


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 fcch2k, When create SDP, you can specify the audio and video port. For my case, I set the video port as audio port plus 80. If the audio port is 4000, the video one is 4080, and there is no confusion. Then I send 4080 to VLC(VLC bind the port 4080). So the audio RTP packages go to the port 4000, while the video RTP packages go to 4080 Regards, xutm 2009/8/15 fcch2k <fcch2000@gmail.com> > Hi xutom, > > Will cause any confusion since VLC and Pjsip use the same local port? > Who (VLC or Pjsip) will process the incoming RTP packages for the same > local port? > > > > On Fri, Aug 14, 2009 at 12:57 AM, xutm <xutom2006@gmail.com> wrote: > >> Hi fcch2k >> >> Exactly VLC use random local source port default. But you can change the >> corresponding code of VLC. >> Indeed, I call method bind before connect in src/network/udp.c to bind my >> local source port , instead of only calling method connect to bind random >> local source port. >> Please view the topic: >> http://forum.videolan.org/viewtopic.php?f=32&t=62140 >> >> 2009/8/14 fcch2k <fcch2000@gmail.com> >> >> Hi Xutm, >>> >>> How to use the VLC to send video stream behind the NATs? >>> The VLC cannot specify the local source port. Here is the link from >>> VideoLan >>> >>> >>> http://forum.videolan.org/viewtopic.php?f=32&t=63638&p=212608&hilit=source+port%E2%80%A6#p212608 >>> >>> >>> On 8/10/09, Shayne O'Neill <shayne.oneill@gmail.com> wrote: >>> > >>> > It might also be worth looking at the OPAL suite if you need a >>> > standards based video solution. OPAL , imho, isn't nearly a complete a >>> > SIP implementation as PJSip, which is very acomplished, audio-wise, >>> > but it does have video support for H323 , and probably SIP. >>> > >>> > Its also a lot more work, but if your developing apps, thems the >>> > breaks. If you want to port to a mobile app, you'll need to port PTLib >>> > which looks to be bit of a task. >>> > >>> > On 10/08/2009, at 5:35 PM, SIDIMOULAY wrote: >>> >> Hi, >>> >> >>> >> I am a new user of SIP applications, I'm working on a matter of >>> >> course that is aimed at adding a video codec to PJSIP (H264), I did >>> >> the rounds of the Internet for over a month, I managed to add the >>> >> audio codecs but no video. >>> >> I'm waiting for all your suggestions and advices >>> >> >>> >> Regards >>> >> >>> >> >>> >> __________ Information provenant d'ESET Smart Security, version de >>> >> la base des signatures de virus 4321 (20090810) __________ >>> >> >>> >> Le message a été vérifié par ESET Smart Security. >>> >> >>> >> http://www.eset.com >>> >> _______________________________________________ >>> >> Visit our blog: http://blog.pjsip.org >>> >> >>> >> pjsip mailing list >>> >> pjsip@lists.pjsip.org >>> >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >>> > >>> > =================================== >>> > Shayne O'Neill Development >>> > Mobile, Web and Business process integration. >>> > shayne.oneill@gmail.com 0400247091 >>> > Ask me about how Alfresco can help your business grow. >>> > >>> > >>> > _______________________________________________ >>> > 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 >> >> > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >
F
fcch2k
Thu, Aug 20, 2009 7:49 AM

Hi Xutm,
I am able to bind the a specific local port in the vlc
__net_ConnectDgram(). But I am still not able to pass the local port
dymically from pjsip sdp to the VLC.
Do you know how to pass the local port from pjsip to VLC?

Thanks,

fcch

On 8/15/09, xutm xutom2006@gmail.com wrote:

Hi fcch2k,

When create SDP, you can specify the audio and video port. For my case, I
set the video port as audio port plus 80. If the audio port is 4000, the
video one is 4080, and there is no  confusion. Then I send 4080 to VLC(VLC
bind the port 4080). So the audio RTP packages go to the port 4000, while
the video RTP packages go to 4080

Regards,
xutm

2009/8/15 fcch2k fcch2000@gmail.com

Hi xutom,

Will cause any confusion since VLC and Pjsip use the same local port?
Who (VLC or Pjsip) will process the incoming RTP packages for the same
local port?

On Fri, Aug 14, 2009 at 12:57 AM, xutm xutom2006@gmail.com wrote:

Hi fcch2k

Exactly VLC use random local source port default. But you can change the
corresponding code of VLC.
Indeed, I call method bind before connect in src/network/udp.c to bind my
local source port , instead of only calling method connect to bind random
local source port.
Please view the topic:
http://forum.videolan.org/viewtopic.php?f=32&t=62140

2009/8/14 fcch2k fcch2000@gmail.com

Hi Xutm,

How to use the VLC to send video stream behind the NATs?
The VLC cannot specify the local source port. Here is the link from
VideoLan

http://forum.videolan.org/viewtopic.php?f=32&t=63638&p=212608&hilit=source+port%E2%80%A6#p212608

On 8/10/09, Shayne O'Neill shayne.oneill@gmail.com wrote:

It might also be worth looking at the OPAL suite if you need a
standards based video solution. OPAL , imho, isn't nearly a complete a
SIP implementation as PJSip, which is very acomplished, audio-wise,
but it does have video support for H323 , and probably SIP.

Its also a lot more work, but if your developing apps, thems the
breaks. If you want to port to a mobile app, you'll need to port PTLib
which looks to be bit of a task.

On 10/08/2009, at 5:35 PM, SIDIMOULAY wrote:

Hi,

I am a new user of SIP applications, I'm working on a matter of
course that is aimed at adding a video codec to PJSIP (H264), I did
the rounds of the Internet for over a month, I managed to add the
audio codecs but no video.
I'm waiting for all your suggestions and advices

Regards

__________ Information provenant d'ESET Smart Security, version de
la base des signatures de virus 4321 (20090810) __________

Le message a été vérifié par ESET Smart Security.

http://www.eset.com


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

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

---==
Shayne O'Neill Development
Mobile, Web and Business process integration.
shayne.oneill@gmail.com 0400247091
Ask me about how Alfresco can help your business grow.


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 Xutm, I am able to bind the a specific local port in the vlc __net_ConnectDgram(). But I am still not able to pass the local port dymically from pjsip sdp to the VLC. Do you know how to pass the local port from pjsip to VLC? Thanks, fcch On 8/15/09, xutm <xutom2006@gmail.com> wrote: > Hi fcch2k, > > When create SDP, you can specify the audio and video port. For my case, I > set the video port as audio port plus 80. If the audio port is 4000, the > video one is 4080, and there is no confusion. Then I send 4080 to VLC(VLC > bind the port 4080). So the audio RTP packages go to the port 4000, while > the video RTP packages go to 4080 > > Regards, > xutm > > 2009/8/15 fcch2k <fcch2000@gmail.com> > >> Hi xutom, >> >> Will cause any confusion since VLC and Pjsip use the same local port? >> Who (VLC or Pjsip) will process the incoming RTP packages for the same >> local port? >> >> >> >> On Fri, Aug 14, 2009 at 12:57 AM, xutm <xutom2006@gmail.com> wrote: >> >>> Hi fcch2k >>> >>> Exactly VLC use random local source port default. But you can change the >>> corresponding code of VLC. >>> Indeed, I call method bind before connect in src/network/udp.c to bind my >>> local source port , instead of only calling method connect to bind random >>> local source port. >>> Please view the topic: >>> http://forum.videolan.org/viewtopic.php?f=32&t=62140 >>> >>> 2009/8/14 fcch2k <fcch2000@gmail.com> >>> >>> Hi Xutm, >>>> >>>> How to use the VLC to send video stream behind the NATs? >>>> The VLC cannot specify the local source port. Here is the link from >>>> VideoLan >>>> >>>> >>>> http://forum.videolan.org/viewtopic.php?f=32&t=63638&p=212608&hilit=source+port%E2%80%A6#p212608 >>>> >>>> >>>> On 8/10/09, Shayne O'Neill <shayne.oneill@gmail.com> wrote: >>>> > >>>> > It might also be worth looking at the OPAL suite if you need a >>>> > standards based video solution. OPAL , imho, isn't nearly a complete a >>>> > SIP implementation as PJSip, which is very acomplished, audio-wise, >>>> > but it does have video support for H323 , and probably SIP. >>>> > >>>> > Its also a lot more work, but if your developing apps, thems the >>>> > breaks. If you want to port to a mobile app, you'll need to port PTLib >>>> > which looks to be bit of a task. >>>> > >>>> > On 10/08/2009, at 5:35 PM, SIDIMOULAY wrote: >>>> >> Hi, >>>> >> >>>> >> I am a new user of SIP applications, I'm working on a matter of >>>> >> course that is aimed at adding a video codec to PJSIP (H264), I did >>>> >> the rounds of the Internet for over a month, I managed to add the >>>> >> audio codecs but no video. >>>> >> I'm waiting for all your suggestions and advices >>>> >> >>>> >> Regards >>>> >> >>>> >> >>>> >> __________ Information provenant d'ESET Smart Security, version de >>>> >> la base des signatures de virus 4321 (20090810) __________ >>>> >> >>>> >> Le message a été vérifié par ESET Smart Security. >>>> >> >>>> >> http://www.eset.com >>>> >> _______________________________________________ >>>> >> Visit our blog: http://blog.pjsip.org >>>> >> >>>> >> pjsip mailing list >>>> >> pjsip@lists.pjsip.org >>>> >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >>>> > >>>> > =================================== >>>> > Shayne O'Neill Development >>>> > Mobile, Web and Business process integration. >>>> > shayne.oneill@gmail.com 0400247091 >>>> > Ask me about how Alfresco can help your business grow. >>>> > >>>> > >>>> > _______________________________________________ >>>> > 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 >>> >>> >> >> _______________________________________________ >> Visit our blog: http://blog.pjsip.org >> >> pjsip mailing list >> pjsip@lists.pjsip.org >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >> >> >
PE
P.Muge Ersoy
Thu, Aug 20, 2009 8:26 AM

I just sent it to list yesterday.

Regards
Muge

On Thu, Aug 20, 2009 at 10:49 AM, fcch2k fcch2000@gmail.com wrote:

Hi Xutm,
I am able to bind the a specific local port in the vlc
__net_ConnectDgram(). But I am still not able to pass the local port
dymically from pjsip sdp to the VLC.
Do you know how to pass the local port from pjsip to VLC?

Thanks,

fcch

On 8/15/09, xutm xutom2006@gmail.com wrote:

Hi fcch2k,

When create SDP, you can specify the audio and video port. For my case, I
set the video port as audio port plus 80. If the audio port is 4000, the
video one is 4080, and there is no  confusion. Then I send 4080 to

VLC(VLC

bind the port 4080). So the audio RTP packages go to the port 4000, while
the video RTP packages go to 4080

Regards,
xutm

2009/8/15 fcch2k fcch2000@gmail.com

Hi xutom,

Will cause any confusion since VLC and Pjsip use the same local port?
Who (VLC or Pjsip) will process the incoming RTP packages for the same
local port?

On Fri, Aug 14, 2009 at 12:57 AM, xutm xutom2006@gmail.com wrote:

Hi fcch2k

Exactly VLC use random local source port default. But you can change

the

corresponding code of VLC.
Indeed, I call method bind before connect in src/network/udp.c to bind

my

local source port , instead of only calling method connect to bind

random

local source port.
Please view the topic:
http://forum.videolan.org/viewtopic.php?f=32&t=62140

2009/8/14 fcch2k fcch2000@gmail.com

Hi Xutm,

How to use the VLC to send video stream behind the NATs?
The VLC cannot specify the local source port. Here is the link from
VideoLan

On 8/10/09, Shayne O'Neill shayne.oneill@gmail.com wrote:

It might also be worth looking at the OPAL suite if you need a
standards based video solution. OPAL , imho, isn't nearly a complete

a

SIP implementation as PJSip, which is very acomplished, audio-wise,
but it does have video support for H323 , and probably SIP.

Its also a lot more work, but if your developing apps, thems the
breaks. If you want to port to a mobile app, you'll need to port

PTLib

which looks to be bit of a task.

On 10/08/2009, at 5:35 PM, SIDIMOULAY wrote:

Hi,

I am a new user of SIP applications, I'm working on a matter of
course that is aimed at adding a video codec to PJSIP (H264), I did
the rounds of the Internet for over a month, I managed to add the
audio codecs but no video.
I'm waiting for all your suggestions and advices

Regards

__________ Information provenant d'ESET Smart Security, version de
la base des signatures de virus 4321 (20090810) __________

Le message a été vérifié par ESET Smart Security.

http://www.eset.com


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

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

---==
Shayne O'Neill Development
Mobile, Web and Business process integration.
shayne.oneill@gmail.com 0400247091
Ask me about how Alfresco can help your business grow.


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

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

I just sent it to list yesterday. Regards Muge On Thu, Aug 20, 2009 at 10:49 AM, fcch2k <fcch2000@gmail.com> wrote: > Hi Xutm, > I am able to bind the a specific local port in the vlc > __net_ConnectDgram(). But I am still not able to pass the local port > dymically from pjsip sdp to the VLC. > Do you know how to pass the local port from pjsip to VLC? > > Thanks, > > fcch > > On 8/15/09, xutm <xutom2006@gmail.com> wrote: > > Hi fcch2k, > > > > When create SDP, you can specify the audio and video port. For my case, I > > set the video port as audio port plus 80. If the audio port is 4000, the > > video one is 4080, and there is no confusion. Then I send 4080 to > VLC(VLC > > bind the port 4080). So the audio RTP packages go to the port 4000, while > > the video RTP packages go to 4080 > > > > Regards, > > xutm > > > > 2009/8/15 fcch2k <fcch2000@gmail.com> > > > >> Hi xutom, > >> > >> Will cause any confusion since VLC and Pjsip use the same local port? > >> Who (VLC or Pjsip) will process the incoming RTP packages for the same > >> local port? > >> > >> > >> > >> On Fri, Aug 14, 2009 at 12:57 AM, xutm <xutom2006@gmail.com> wrote: > >> > >>> Hi fcch2k > >>> > >>> Exactly VLC use random local source port default. But you can change > the > >>> corresponding code of VLC. > >>> Indeed, I call method bind before connect in src/network/udp.c to bind > my > >>> local source port , instead of only calling method connect to bind > random > >>> local source port. > >>> Please view the topic: > >>> http://forum.videolan.org/viewtopic.php?f=32&t=62140 > >>> > >>> 2009/8/14 fcch2k <fcch2000@gmail.com> > >>> > >>> Hi Xutm, > >>>> > >>>> How to use the VLC to send video stream behind the NATs? > >>>> The VLC cannot specify the local source port. Here is the link from > >>>> VideoLan > >>>> > >>>> > >>>> > http://forum.videolan.org/viewtopic.php?f=32&t=63638&p=212608&hilit=source+port%E2%80%A6#p212608 > >>>> > >>>> > >>>> On 8/10/09, Shayne O'Neill <shayne.oneill@gmail.com> wrote: > >>>> > > >>>> > It might also be worth looking at the OPAL suite if you need a > >>>> > standards based video solution. OPAL , imho, isn't nearly a complete > a > >>>> > SIP implementation as PJSip, which is very acomplished, audio-wise, > >>>> > but it does have video support for H323 , and probably SIP. > >>>> > > >>>> > Its also a lot more work, but if your developing apps, thems the > >>>> > breaks. If you want to port to a mobile app, you'll need to port > PTLib > >>>> > which looks to be bit of a task. > >>>> > > >>>> > On 10/08/2009, at 5:35 PM, SIDIMOULAY wrote: > >>>> >> Hi, > >>>> >> > >>>> >> I am a new user of SIP applications, I'm working on a matter of > >>>> >> course that is aimed at adding a video codec to PJSIP (H264), I did > >>>> >> the rounds of the Internet for over a month, I managed to add the > >>>> >> audio codecs but no video. > >>>> >> I'm waiting for all your suggestions and advices > >>>> >> > >>>> >> Regards > >>>> >> > >>>> >> > >>>> >> __________ Information provenant d'ESET Smart Security, version de > >>>> >> la base des signatures de virus 4321 (20090810) __________ > >>>> >> > >>>> >> Le message a été vérifié par ESET Smart Security. > >>>> >> > >>>> >> http://www.eset.com > >>>> >> _______________________________________________ > >>>> >> Visit our blog: http://blog.pjsip.org > >>>> >> > >>>> >> pjsip mailing list > >>>> >> pjsip@lists.pjsip.org > >>>> >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >>>> > > >>>> > =================================== > >>>> > Shayne O'Neill Development > >>>> > Mobile, Web and Business process integration. > >>>> > shayne.oneill@gmail.com 0400247091 > >>>> > Ask me about how Alfresco can help your business grow. > >>>> > > >>>> > > >>>> > _______________________________________________ > >>>> > 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 > >>> > >>> > >> > >> _______________________________________________ > >> 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 >