vote up 4 vote down star

How to encode video on the fly and send it trough the network from C#?

Can't find a suitable library. I need to encode in WMV and don't mind if the actual encoding is made in C++ as long as the library has a .NET assembly available.

Thanks

flag

40% accept rate

2 Answers

vote up 1 vote down

I'm aware of ffmpeg, but it is native C code only. If you're ok with interoperability this may be your ticket.

Edit: It turns out someone already wrapped this in a .NET assembly. It's called FFlib.NET.

link|flag
vote up 0 vote down

Depending on what you are encoding (size, framerate, hardware, etc) real-time encoding may not even be possible. Video encoding is VERY CPU intensive.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.