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

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
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-22 Thread Philippe May
I don't think there's a simple library for RTP. Maybe this can help, but it's not a library and they use raw sockets: http://blog.sipvicious.org/ . Twisted (used by shtoom) is good for protocol hacking, has eventually a SIP module which might help, and streaming facilities. See http://twistedmat

Re: [BangPypers] RTP Library in python

2012-02-22 Thread Godson Gera
To my knowledge shtoom implementation of RTP is straightforward and is in plain python. Also, I forgot mention this http://code.google.com/p/p2p-sip/ this is also plain python implementation of SIP and RTP. Are you making any softphone ? -- Thanks & Regards, Godson Gera IVR India

Re: [BangPypers] RTP Library in python

2012-02-22 Thread Guru
Thank you Godson, is there any other simple libraries for this. On Wed, Feb 22, 2012 at 3:50 PM, Guru wrote: > RTP = Real time protocol, i want to generate RTP packets. > > > On Wed, Feb 22, 2012 at 3:35 PM, Gora Mohanty wrote: > >> On 22 February 2012 12:26, Guru wrote: >>

Re: [BangPypers] RTP Library in python

2012-02-22 Thread Guru
RTP = Real time protocol, i want to generate RTP packets. On Wed, Feb 22, 2012 at 3:35 PM, Gora Mohanty wrote: > On 22 February 2012 12:26, Guru wrote: > > *Hi All,* > > * I wanted to write one small tool to generate different types of > > RTP with different parameters, can anybody sugg

Re: [BangPypers] RTP Library in python

2012-02-22 Thread Godson Gera
On Wed, Feb 22, 2012 at 12:26 PM, Guru wrote: > *Hi All,* > * I wanted to write one small tool to generate different types of > RTP with different parameters, can anybody suggest me from where i have to > start, is there any modules available for this. > * > There is some work done by An

Re: [BangPypers] RTP Library in python

2012-02-22 Thread Gora Mohanty
On 22 February 2012 12:26, Guru wrote: > *Hi All,* > *         I wanted to write one small tool to generate different types of > RTP with different parameters, can anybody suggest me from where i have to > start, is there any modules available for this. > * You might wish to explain what RTP stan

[BangPypers] RTP Library in python

2012-02-21 Thread Guru
*Hi All,* * I wanted to write one small tool to generate different types of RTP with different parameters, can anybody suggest me from where i have to start, is there any modules available for this. * -- -REGARDS Guruprasad K S ___ BangPypers m