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
This is exactly what Windows Media Encoder and Expression Encoder 4 are for. Is there a reason you don't wish to use them?