随时随地对来自 .NET 位图的视频进行编码并通过互联网进行实时流式传输
是否有一个库或方法可以让我在 C# 中获取多个位图,将它们编码成视频并通过互联网实时流式传输视频,可能使用像 Lidgren 这样的库。 我基本上每秒都会对屏幕进行屏幕截图,并且我想通过互联网流式传输屏幕。我认为将图像编码为 H.264 之类的内容可能是比发送每个图像数据更好的方法。
这可能是可能的,也可能是不可能的……但我们将不胜感激。
谢谢
Is there a library or method which will allow me to take several Bitmaps in C#, encode them into a video and stream the video live over the internet, possibly using a library like Lidgren.
I am basically taking screen shots of my screen every second and I would like to stream the screen over the internet. I figured that possibly encoding the images into something like H.264 might be a better approach over sending each image's data.
This may or may not be possible... but any help is appreciated.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这正是 Windows Media Encoder 和 Expression Encoder 4 适用于。您有什么理由不想使用它们吗?
This is exactly what Windows Media Encoder and Expression Encoder 4 are for. Is there a reason you don't wish to use them?