RTSP library in Python or C/C++?

China☆狼群 提交于 2020-01-24 18:03:18

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!