Question

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!

Was it helpful?

Solution

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.

OTHER TIPS

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.....!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top