随时随地对来自 .NET 位图的视频进行编码并通过互联网进行实时流式传输

发布于 2024-12-28 10:21:10 字数 196 浏览 2 评论 0原文

是否有一个库或方法可以让我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

日记撕了你也走了 2025-01-04 10:21:10

这正是 Windows Media EncoderExpression 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?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文