SIP and RTP implementation in C ++

Are there reliable open source libraries written in C ++ for implementing the SIP and RTP protocols? If not, is it easy to implement them with boost.asio?

+6
source share
1 answer

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

+7
source

Source: https://habr.com/ru/post/912005/


All Articles