从端口读取实时视频流并以 C# 形式播放
我需要找到代码,使我能够将 freeview 盒子连接到我的笔记本电脑,读取传入的实时视频流并以表单播放它。然后,我想在此流广告酒吧提供的内容之上叠加一个图像。这是一个 C# 项目吗?或者有没有可以对实时视频进行这种操作的软件?然后我将通过 HDMI 输出将笔记本电脑连接回电视。
任何帮助或指导都会很好
提前致谢
I need to find code that will allow me to be able to connect a freeview box to my laptop, read the incoming LIVE video stream and play it in a form. I then would like to overlay an image on top of this stream advertising pub offers. Is this a project for C# or is there software out there that can allow this manipulation of the live video? I will then be connecting the laptop back to a tv via the HDMI output.
Any help or direction would be great
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试获取 Microsoft Expression Encoder 4。它附带 Encoder SDK,其中包含开发人员可用于流式传输和操作视频的类。它还附带示例代码来帮助您做到这一点。
我希望这有帮助。
Try and get Microsoft Expression Encoder 4. It comes with the Encoder SDK which includes classes that developers can use to stream and manipulate video. It also comes with sample code to help you do that.
I hope this helps.