SIP and RTP implementation in C++

user1302157 picture user1302157 · Mar 30, 2012 · Viewed 7.8k times · Source

Are there reliable open source libraries written in c++ to implement SIP and RTP protocols ? If not , is it easy to implement them using boost.asio ?

Answer

George Skoptsov picture George Skoptsov · Mar 30, 2012

For SIP take a look at PJSIP; for RTP take a look at JRTPLIB