我想问下关于wmplay打开自定义的url问题~~~
我自己写了个Source Filter 注册,在graphedit里的话,可以放出来的```
现在想在里面加URL 用了IFileSourceFilter的接口,现在想在wmplay里打开这个文件,就是不行```
如:我定义的URL格式是smi://127.0.0.1//livedeal
注册表里我也写了
[HKEY_CLASSES_ROOT\smi]
@="URL:tsudp Protocol"
"Source Filter"="{D71B0B87-80F7-45ae-88E1-45798D814505}"
[HKEY_CLASSES_ROOT\smi\Shell]
[HKEY_CLASSES_ROOT\smi\Shell\Open]
[HKEY_CLASSES_ROOT\smi\Shell\Open\Command]
@="C:\Program Files\Windows Media Player\wmplayer.exe
[HKEY_CURRENT_MACHINE\Software\Microsoft\MediaPlayer\Player\Schemes\smi]
"Runtime"=dword:00000007
"Permissions"=dword:0000001f
还是不可以,不知道哪里有问题,还请大家指教下@@@@@@@