MOSBAHAbdelkader
Sun Jun 3 2007, 20:37
Hello,
Is there someone who has used the voice or the video stream of skype with skype4com?.
Is it possible to use the instruction "ALTER CALL <id> PORT="port_no"" to capture Skype's voice streams and pass them to an other application in the same computer or to an other computer using an RTP library.
Please help.
Thanks.
Avo Nappo
Wed Jun 6 2007, 16:03
> Is it possible to use the instruction "ALTER CALL <id> PORT="port_no"" to capture
> Skype's voice streams and pass them to an other application in the same computer or
> to an other computer using an RTP library.
Not sure about RTP library. When you redirect a port, Skype acts as a TCP client and goes looking for a TCP server on the given port. To receive voice stream data, you have to have your own TCP server running there. You will receive the voice stream as raw 16 bit, 16 KHz mono PCM samples.