views:

364

answers:

1

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?

A: 

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.

Chris B