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 ?
Asked
Active
Viewed 1.1k times
2 Answers
9

George Skoptsov
- 3,831
- 1
- 26
- 44
-
PJSIP also implements RTP, see e.g. https://trac.pjsip.org/repos/wiki/PJSIP-Datasheet – FooF Sep 05 '16 at 03:31