Encode video from .NET Bitmaps on the go and stream it live over the internet

1.3k views Asked by At

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

There are 1 answers

1
Sam Greenhalgh On BEST ANSWER

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