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? 回答1: 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 回答2: With Python and Twisted, you could use this module. 来源: https://stackoverflow.com/questions/1452710/rtsp-library-in-python-or-c-c