c++通过 TCP/IP 传输语音和视频的库/示例
有人可以给我一些可以通过 LAN 网络传输视频和语音的 C++ 示例或一些 C++ 库吗?
我的目标是激活另一台电脑上的网络摄像头,并在我的电脑上接收另一台电脑的视频和语音(这可以是只有一种方式或两种方式的电脑到电脑的呼叫,但我现在只需要一种方式,只看到和听到不要互动)。
谢谢
Can someone point me some c++ samples or some c++ librarys that can transport video and voice over a LAN network.
My objective is to activate a web cam in another pc and receive in my pc the video and voice of the another pc (this can be only one way or in both ways pc to pc call, but i only need one way for now, only see and hear not to interact).
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果在 Windows 上工作,请尝试 NetMeeting 资源工具包。它可能限制仅使用 Windows Media Player 播放视频。
If working on Windows try out the NetMeeting Resource Kit. It probably limits playing your videos with Windows Media Player only.
VNC 及其所有变体应该能够做到这一点。
TightVNC 免费。
另一个 VNC 项目
我现在找不到源代码链接,但是如果你用力搜索,它应该会被揭示。
WebEx 的整个业务都是建立在 VNC 的分叉版本之上的。乐趣。
VNC and all its variants should be able to do it.
TightVNC Free.
Another VNC Project
I can't locate a source code link right now, but if you search with vigor it should be revealed.
WebEx's entire business was built on a forked version of VNC. Fun.