Monday, February 12, 2007

WM ASF Reader Alternative

Source code for a WMV/WMA ASF file parser filter that connects to the standard File Source (Async). Supports seeking and set-rate, using the Windows Media Format SDK.

http://www.gdcl.co.uk/downloads.htm#WMFDemux

Sunday, February 11, 2007

WM ASF Reader blackout...

This is annoying beyond words. Microsoft's own and only DirectShow Windows Media Reader is in deep problems.

So far, it seems that the problem is in Windows Media Format 11, and that the only workaround is not to have WMF 11 (comes with WMP 11 or WMF SDK 11).

We are currently working on solution, it will probably be custom written windows media source filter based on WMF 11 directly, but we receive very discouraging reports from users that have problems even with WMP 11 playing new VC1 encoded streams.

Microsoft it is Your turn, debug you're code, so many people depends on it.

J.

P.S.
Once workaround is finished and tested, binaries will be publicly available trough this blog.