tags:

views:

1072

answers:

2

I am trying to find any RTSP streaming library for Python or C/C++.

If not is there any other solutions for real time streaming? How much easy or difficult it is to implement RTSP in Python or C/C++ and where to get started?

A: 

With Python and Twisted, you could use this module.

Alex Martelli
+3  A: 

try live555. They have a lots of libraries and modules for implementing rtp and rtsp (as well as sip) into your c and c++ programs

Toad