tags:

views:

3265

answers:

4

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

A: 

Try ACE library

vehomzzz
+8  A: 

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

R

Toad
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
+1, you're right, this is a correct answer.
Warren Young
+1 live555 has RTSP as well as RTP in C++. Who downvoted you ? :)
alam
A: 

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.

tsg
+3  A: 

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.

jesup