10

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 ?

George Skoptsov
  • 3,831
  • 1
  • 26
  • 44
Vahid18u
  • 393
  • 1
  • 4
  • 12

2 Answers2

9

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

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
0

For RTP you could consider ccRTP from the GNU Project.

krishnakeshan
  • 1,242
  • 2
  • 14
  • 18