From: Ale on
Hi all,
I've written a mini-rdr. It just works fine with all files but it doesn't on
windows media player.

WMP cannot load file from remote disk:

Windows Media Player cannot play the file. If the file is on
another computer, verify that you are connected to the
network. If you typed a path, verify that it is correct. If the
problem persists, the server might not be available.

Winamp plays the same file without any problems...

Any ideas!? ...really need help...
Thanks
Ale
From: Ale on
hi all,
actually needs an help!!

* All the funcions in dispatch table of RDBSS send debug string, so it
reports everything to debugger...

To explain this behaviour:

Using a FILE SYSTEM MONITOR I've got the same result, I can trace IRPs
during MP3 file selection in explorer - in order to get file info - but
nothing happen if I try to read it via Windows Media Player... Nothing, no
one of the rdr functions is triggered... Just wait for media player to
reports the error...

It works fine on all other Players: VLC, WinAmp etc...

I thought the NP does not answer to some requestes but it is not...

Thanks all
Ale


"Ale" wrote:

> Hi all,
> I've written a mini-rdr. It just works fine with all files but it doesn't on
> windows media player.
>
> WMP cannot load file from remote disk:
>
> Windows Media Player cannot play the file. If the file is on
> another computer, verify that you are connected to the
> network. If you typed a path, verify that it is correct. If the
> problem persists, the server might not be available.
>
> Winamp plays the same file without any problems...
>
> Any ideas!? ...really need help...
> Thanks
> Ale