So we have some File.mkv with h264 + mp3 in it we need to play that thing in Silverlight (3 or 4)...

So I'm searching for some Open Source Matroska container Silverlight MediaStreamSource Parser/Eater?

Where to find such thing?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

I'm not aware of anything that specifically implements mediastreamsource for silverlight. There is a .NET matroska project out there -

if you want to put something together yourself that might serve as a decent basis at least. Since it's just a container you would probably just need to split the streams out.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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