Reputation: 909
I'm interested in developing an application that is able to grab network streams, transcode (preferably JPEG2000 & H.264) and/or record them and streaming from file.
I've already looked at .net wrappers for ffmpeg (which are mostly incomplete and/or dead), Windows Media Foundation and the VLC plugin, but didn't find a suitable solution there.
Do you know any comfortable, easy to use, preferably managed (or COM) solutions to achieve this?
Upvotes: 1
Views: 1680
Reputation: 7452
There are a few options:
On my current project we are using FFmpeg because EE doesn't work with our pricing model and none of the .NET products for doing capture/transcoding are very good.
Upvotes: 1