Video and Voice chat operability in Python

时光毁灭记忆、已成空白 提交于 2019-12-10 10:37:45

问题


I'm trying to find resources on video and voice chat operability in Python... Does anybody know of some good resources or sample projects?

Any help would really be appreciated!


回答1:


If you want something higher level you can try Empathy. It has python bindings so you can use chat GUI elements on your application or create your own. If you want something lower level, you might want to try to use Telepathy Python directly.




回答2:


Basically a farsight lib which has xmpp-jingle that can accomodate video and voice chat is commonly used,for python itz farsight.py: try it.....!



来源:https://stackoverflow.com/questions/590053/video-and-voice-chat-operability-in-python

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