Search code examples
c++sipnetwork-protocolsrtp

SIP and RTP implementation in C++


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 ?


Solution

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