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
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
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
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
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