Encode video from .NET Bitmaps on the go and strea

2019-08-29 14:11发布

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

1条回答
Emotional °昔
2楼-- · 2019-08-29 14:38

This is exactly what Windows Media Encoder and Expression Encoder 4 are for. Is there a reason you don't wish to use them?

查看更多
登录 后发表回答