sippy / rtpproxy

The RTPproxy is a high-performance software proxy for RTP streams that can work together with Sippy B2BUA, Kamailio, OpenSIPS and SER.
http://rtpproxy.org
BSD 2-Clause "Simplified" License
404 stars 114 forks source link

C Library #128

Open part1san opened 2 years ago

part1san commented 2 years ago

Hello. There are C implementation of RTP Proxy protocol?) What do you recommend?

sobomax commented 1 year ago

Hi @part1san thanks for your interest! I wish there would be one, just never got around putting one around. :( AFAIK there is @vasilakisfil working on Rust version, which might be the closest thing to that. There is also Python implementation, which might be used as a "reference":

https://github.com/sippy/b2bua/blob/master/sippy/Rtp_proxy_client.py https://github.com/sippy/b2bua/blob/master/sippy/Rtp_proxy_session.py

vasilakisfil commented 1 year ago

Yes, we are working on a very nice & friendly Rust library for rtpproxy, but it will be open sourced later this year. Will ping once that happens.

part1san commented 1 year ago

Okey. Thank you.