Search code examples
c++pythoncrtsp

RTSP library in Python or C/C++?


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?


Solution

  • 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