I'm trying to play MKV (Matroska format) file in Windows Media Player ActiveX control.
While it plays perfectly fine in standalone WMP, the embedded control fails to render the video properly. Image appears with many little squares and no actual picture.
The required codec is properly installed. All other formats don't cause any problems.
An attempt to play in WPF MediaElement control resulted in the same behavior, as it uses WMP ActiveX internally.
I'm wondering if it's a know bug and any workaround is available?