tags:

views:

26

answers:

0

I am a little confused. I have a piece of hardware that feeds me n frames per second. I would like to add support to my program to compress these on the fly into a silverlight streaming compatible format.

I guess in general I'm asking, how do you use a codec from something like .net, so I receive raw frames and output an encoded format?