2

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?

Rella
  • 59,216
  • 102
  • 341
  • 614

1 Answers1

1

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
  • 951
  • 7
  • 16