问题
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