Python 中的视频和语音聊天可操作性
我正在尝试寻找有关 Python 中视频和语音聊天可操作性的资源...有人知道一些好的资源或示例项目吗?
任何帮助将不胜感激!
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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您想要更高级别的东西,可以尝试 Empathy。 它具有 python 绑定,因此您可以在应用程序上使用聊天 GUI 元素或创建自己的元素。 如果您想要较低级别的东西,您可能需要尝试直接使用Telepathy Python。
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.
基本上一个farsight lib,它有xmpp-jingle,可以容纳视频和语音聊天,是常用的,对于python itz farsight.py:尝试一下......!
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.....!