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?
try live555 . They have many libraries and modules for implementing rtp and rtsp (as well as sip) in your c and C ++ programs
With Python and Twisted, you can use this module .
Source: https://habr.com/ru/post/1300415/More articles:How can I tell bash to correctly screen extended strings? - bashUsing a random value as a join condition - sqlConditional Compilation - Phasing Out Part of Code in C # - c #Check RTSP service at url - pythonAlternative Factory Template when creating template objects - C ++ - c ++which way is better in java? - javaThere is no way to extend ASP.Net Forms authentication so that sessions can go through iisreset? - .netFinancial formula for calculating adjustable rate mortgages? - mathWindows App or Windows Service for periodic startup between 0800-1700 - c #Saving Java data without a corporate server? - javaAll Articles