Re: [BangPypers] RTP Library in python

2012-02-23 Thread Guru
Thank you Godson and Philippe, i went through Shtoom its really simple however i have to install it on windows7 machine there i faced some problems now it is working fine, i want to write one tool to generate RTP packets with my own sequence numbers and other parameters, Shtoom supports few audio

Re: [BangPypers] RTP Library in python

2012-02-23 Thread Godson Gera
There are scores of codecs out there (like silk, bv, h264 video etc etc ) and fortunately most of them have python bindings (like speex, ilbc, gsm except G.729). It should be easy to add the extra codec support to shtoom by following the provided interface. -- Thanks & Regards, Godson Gera IVR I

Re: [BangPypers] RTP Library in python

2012-02-23 Thread Guru
I need support for G711A/U, G723, G722, G729, G726, ILBC and AMR-WB. On Fri, Feb 24, 2012 at 12:17 PM, Godson Gera wrote: > There are scores of codecs out there (like silk, bv, h264 video etc etc ) > and fortunately most of them have python bindings (like speex, ilbc, > gsm except G.729). It sh