Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm looking for a RTP/RTSP library in C++. I found pjsip but it is more C-style. I'm looking for more OO library.

share|improve this question

4 Answers

up vote 12 down vote accepted

JRTPLIB is very nice, and used in well-known projects such as SightSpeed (and lots of little ones). Pretty well-designed, very flexible license; pretty easy to get thing right with it.

share|improve this answer

check live555 Useful libraries and code examples of how to stream stuff from your own app

R

share|improve this answer
don't know why I'm being downvoted. The site is full of rtp, rtsp and sip code examples and libraries. Exactly what the OP is asking – Toad Sep 22 '09 at 18:36
+1, you're right, this is a correct answer. – Warren Young Sep 25 '09 at 20:38
+1 live555 has RTSP as well as RTP in C++. Who downvoted you ? :) – Alam Oct 13 '10 at 3:18

OPAL is a pretty complete VoIP library, written in C++.

Also, while not really a library, you can write great media applications on top of SEMS, in C++ or python.

share|improve this answer

For rtsp client i suggest libavformat of ffmpeg library.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.