Problem with streaming a wav file

JA
jorge.amador (at) withus.pt
Mon, Sep 10, 2007 9:32 AM

Good morning,

I've been experiencing some problems with my pjsip. The version I'm
using is pjproject-0.5.10.4. I've compiled it and all the samples run
on my pc with a Linux operating system. I can register to a sip
provider and make calls to other accounts or directly to another pc. I
can establish communication with no problem but when I try to stream a
wav from one endpoint to another I get no result. When I stream a wav
file from one endpoint is it supposed to be played on the other
endpoint? Or is it possible to get only the frames with pcm?

Best regards,

Jorge Amador

Good morning, I've been experiencing some problems with my pjsip. The version I'm using is pjproject-0.5.10.4. I've compiled it and all the samples run on my pc with a Linux operating system. I can register to a sip provider and make calls to other accounts or directly to another pc. I can establish communication with no problem but when I try to stream a wav from one endpoint to another I get no result. When I stream a wav file from one endpoint is it supposed to be played on the other endpoint? Or is it possible to get only the frames with pcm? Best regards, Jorge Amador
MK
madhav kulkarni
Mon, Sep 10, 2007 1:46 PM

Hello Everyone,

Does anyone tried integrating video path to PJSIP? If yes can anyone who tried provide the roadmap to this. I am planning integrate video to pjsip.

Regards,

mpk


Download the latest version of Windows Live Messenger NOW!
http://get.live.com/en-ie/messenger/overview

Hello Everyone, Does anyone tried integrating video path to PJSIP? If yes can anyone who tried provide the roadmap to this. I am planning integrate video to pjsip. Regards, mpk _________________________________________________________________ Download the latest version of Windows Live Messenger NOW! http://get.live.com/en-ie/messenger/overview
C
Cool_Zer0
Mon, Sep 10, 2007 1:59 PM

madhav kulkarni wrote:

Hello Everyone,

Does anyone tried integrating video path to PJSIP? If yes can anyone
who tried provide the roadmap to this. I am planning integrate video
to pjsip.

Yes... I've tried...
But the time to understand the internal mechanism of codecs of PJSIP was
too much.
I've decided to only use the transport functions, leaving the
coding/decoding in hands of my application.

Regards,

mpk


Download the latest version of Windows Live Messenger NOW! Click here!
http://get.live.com/en-ie/messenger/overview


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

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

madhav kulkarni wrote: > Hello Everyone, > > Does anyone tried integrating video path to PJSIP? If yes can anyone > who tried provide the roadmap to this. I am planning integrate video > to pjsip. > Yes... I've tried... But the time to understand the internal mechanism of codecs of PJSIP was too much. I've decided to only use the transport functions, leaving the coding/decoding in hands of my application. > Regards, > > mpk > > > > ------------------------------------------------------------------------ > Download the latest version of Windows Live Messenger NOW! Click here! > <http://get.live.com/en-ie/messenger/overview> > ------------------------------------------------------------------------ > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >
BP
Benny Prijono
Mon, Sep 10, 2007 2:27 PM

Good morning,

I've been experiencing some problems with my pjsip. The version I'm
using is pjproject-0.5.10.4. I've compiled it and all the samples run
on my pc with a Linux operating system. I can register to a sip
provider and make calls to other accounts or directly to another pc. I
can establish communication with no problem but when I try to stream a
wav from one endpoint to another I get no result. When I stream a wav
file from one endpoint is it supposed to be played on the other
endpoint? Or is it possible to get only the frames with pcm?

Try running pjsua with:
./pjsua --play-file YOURFILE.WAV --auto-play --auto-answer 200

This commands will automatically answer incoming calls with 200, and
then stream YOURFILE.WAV to the caller. You can then use other
endpoint to call this pjsua instance.

-benny

jorge.amador@withus.pt wrote: > Good morning, > > I've been experiencing some problems with my pjsip. The version I'm > using is pjproject-0.5.10.4. I've compiled it and all the samples run > on my pc with a Linux operating system. I can register to a sip > provider and make calls to other accounts or directly to another pc. I > can establish communication with no problem but when I try to stream a > wav from one endpoint to another I get no result. When I stream a wav > file from one endpoint is it supposed to be played on the other > endpoint? Or is it possible to get only the frames with pcm? Try running pjsua with: ./pjsua --play-file YOURFILE.WAV --auto-play --auto-answer 200 This commands will automatically answer incoming calls with 200, and then stream YOURFILE.WAV to the caller. You can then use other endpoint to call this pjsua instance. -benny