使用 libVLC python 包装器进行即时通讯流传输
我正在尝试开发一个支持视频流的即时通讯客户端。我正在使用 Python 的 libVLC 包装器。 IM客户端最基本的功能已经有了,我的问题是视频流。我已经能够进行基本测试,例如使用我自己的代码流式传输视频并以 tkinter 形式播放它。但是,当涉及到向许多用户进行流传输并从其他用户接收许多流时,我完全迷失了。我很感激你能给我的任何帮助,也许这不是正确的方法,你可以指出我应该采取的方向,一切都有帮助,因为我不是一个非常有经验的程序员。提前致谢。
I'm trying to develop an instant messenger client that supports video streaming. I am working with the libVLC wrapper for Python. Most basic functions of an IM client are already there, my problem comes with the video streaming. I've been able to do basic tests like streaming a video and playing it in a tkinter form with my own code. But when it comes to streaming to many users, and recieving many streams from other users I'm completely lost. I'd appreciate any help you can give me, maybe this is not the right way to do it and you can point me out the direction I should take, everything helps as I am not a very experienced programmer. Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为这并不容易。
http://wiki.videolan.org/VideoLan_VideoConference#See_also 可能会为您提供一些有关方向的线索尝试...
I don't think it will be easy.
http://wiki.videolan.org/VideoLan_VideoConference#See_also might give you some clues as to directions to try...