RTSP library in Python or C / C ++?

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

If there are no other real-time streaming solutions? How easy or difficult is it to implement RTSP in Python or C / C ++ and where to start?

+2
source share
2 answers

try live555 . They have many libraries and modules for implementing rtp and rtsp (as well as sip) in your c and C ++ programs

+4
source

With Python and Twisted, you can use this module .

+2
source

Source: https://habr.com/ru/post/1300415/


All Articles