vote up 0 vote down star

Hello

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.

Thanks

flag

50% accept rate

4 Answers

vote up 1 vote down check

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.

link|flag
vote up 0 vote down

Try ACE library

link|flag
vote up 2 vote down

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

R

link|flag
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 – reinier Sep 22 at 18:36
+1, you're right, this is a correct answer. – Warren Young Sep 25 at 20:38
vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or

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