Anyone know why WMP would suddenly stop playing WAV files in WM5? - General Topics

On my wifes MDA, she used to be able to log onto the server at her job and download voice mails in her emails that are WAV format. All of a sudden, today when she tried to download a message she got this error:
"The file 'VOICEATT' cannot be opened. Either it is not signed with a trusted certificate, or one of its components cannot be found. You might need to reinstall or restore this file."
My research resulted in me being able to play the file with the default notes program, but not the media player. I can also play the files on my WM6 phone and my desktop, but not the MDA with WM5. What's strange about this is that it worked fine before. How could a codec be missing? How can I fix this?

Figured it out. It was a registry issue. Downloaded NoteM on the MDA a few days ago. Didn't work well, so we uninstalled it. But in the registry WAV files were still set to default to open with NoteM which wasn't there anymore. Had to change the string back to WMP. For reference, if anyone else has this problem, this is what to look for:
[HKEY_CLASSES_ROOT\wavefile\Shell\Open\Command]@="\"\\Windows\\WMPlayer.exe\" %1\""
Make sure "WMPlayer.exe" is in this location to restore auto opening and playing of the files my WMP. (my small contribution)

Related

[APP] Youtube got Mobile

Youtube got mobile (http://m.youtube.com) and now streams 3gp files via rtsp. Unfortunately WM10 cannot play these streams, but there exists a HTC Streaming Mediaplayer which plays it just fine. The app is posted here:
http://forum.xda-developers.com/showpost.php?p=1315644&postcount=553
I copied it to my Vox and it works, except my browser still opens WM10 when I click on a video.
Does anyone know how to associate HTC streaming media player with urls of type rtsp:// ??
EDIT: See http://forum.xda-developers.com/showpost.php?p=1322849&postcount=20 for getting this to work on S710
EDIT2: Try installing this cab here first, before trying the manual install procedure
HTC Streaming Media Player Older Version Works Best
The HTC streaming media player,the older version v2.10 build 1025.621 works best. This version is found in "Core 2.0" and Faria's "Real Thing". That's the application we all need! Now I do have it on my MDA running the Core 2.0, it connects to http://m.youtube.com very fast, works great, but I want to put the app on another device. That Touch streaming media player,looks good on the T-Mobile Dash, it tries to connect to rtsp://ect.....!, BUT THE SAME PROBLEM YOU ARE HAVING, WHEN YOU TRY TO CONNECT TO THE YOUTUBE VIDEOS WMP10 COMES UP, WILL NOT PLAY THE CLIP!
The link I posted above V2.10 Build 518.700
Don't know if yours is newer.
I just tried it with this link: rtsp://rtsp.youtube.com/youtube/videos/JBWbJLYfrgs/video.3gp
and it just quits the player.
Where do I find "Core 2.0" and Faria's "Real Thing"?
Wizard Wm6 Threads
Look in the wizard wm6 section or do a search, it should be easy to find! The 1.7 reload has that streaming media player also!
Thx! Have u tried the rtsp link above? does it work for you?
I think I found the reg keys for handling rtsp.
Should be something like this:
Code:
[HKEY_CLASSES_ROOT\RTSP]
(Default)=URL:Windows Media Streaming Protocol
URL Protocol=
[HKEY_CLASSES_ROOT\RTSP\DefaultIcon]
(Default)=\Program Files\PacketVideo\PVPlayer\PVPlayer.exe, 0
[HKEY_CLASSES_ROOT\RTSP\Shell]
[HKEY_CLASSES_ROOT\RTSP\Shell\Open]
[HKEY_CLASSES_ROOT\RTSP\Shell\Open\Command]
(Default)=""\Program Files\PacketVideo\PVPlayer\PVPlayer.exe" %1
I found that here: http://www.hkppc.com/bbs/viewthread.php?tid=2422
The funny thing is that there seems also to be a PVPlayer (PacketVideo) which can do rtsp ??
Missing Complete Link Data
All the rtsp url info is not there, but I can connect to mobile youtube easy and fast and watch all the videos! I'm watching the Paris Hilton jail video via wifi!
The Pvplayer Will Work Also
A major breakthrough, but where do I find the download. I do not speak Chinese. The registry stuff find is awesome guy! Will the pvplayer just work on Nokia phones, but the above registry data is for a windows devices!
I just improved the link where I found it:
http://www.hkppc.com/bbs/viewthread.php?tid=2422
I think you must register to be able to dl it
The Hack Makes The Pvplayer The Primary Player
I've use the above hack before to make the TCPMP/player the primary player over wmp10 to watch Orb on the TCPMP/player, it works!
I'm glad I could help you, but so far I haven't got anything to work
Perhaps you can reply on the PM I just sent to you. Also you say you are running TCPMP. Which version? And can it do RTSP?
I'm using Coreplayer which works great, but can't do RTSP yet
The Hong Kong PPC site which has the registry tweak talks about the Pvplayer platform4. Seems hard to find too. See:
http://forum.xda-developers.com/showthread.php?t=286803
Í found it and attached it to this post.
Maybe it's the same as this Philips Platform4 player for PPC (doesn't install on SP, prolly need manual install or cloning from PPC emu):
http://www.pdagold.com/software/detail.asp?s=513
Would be nice if someone manages to install and test these apps on S710
Below are the registry settings for HTC Streaming Media Player.
Ýou find it in the distro which I linked at the top, it's in a68b298c-c2c5-409c-a145-3113bcf2baa1.rgu
I'm a bit worried that there are keys missing, in particular MIME settings for .3gp files
PS: Who knows a good registry tool which can import files?
Code:
REGEDIT4
[HKEY_CLASSES_ROOT\.sdp]
@="sdpfile"
[HKEY_CLASSES_ROOT\sdpfile]
"EditFlags"=dword:10010000
[HKEY_CLASSES_ROOT\sdpfile\DefaultIcon]
@="StreamingPlayer.exe,0"
[HKEY_CLASSES_ROOT\sdpfile\Shell]
[HKEY_CLASSES_ROOT\sdpfile\Shell\Open]
[HKEY_CLASSES_ROOT\sdpfile\Shell\Open\Command]
@="StreamingPlayer.exe %1"
[HKEY_CLASSES_ROOT\PROTOCOLS\Handler\rtsp]
"CLSID"="{EA48DF9C-1362-41F2-BD83-B97507F9484B}"
[HKEY_CLASSES_ROOT\CLSID\{EA48DF9C-1362-41F2-BD83-B97507F9484B}]
[HKEY_CLASSES_ROOT\CLSID\{EA48DF9C-1362-41F2-BD83-B97507F9484B}\InprocServer32]
@="RtspHandler.dll"
"ThreadingModel"="Free"
[HKEY_CLASSES_ROOT\MIME\Database\Content Type\application/sdp]
"Extension"=".sdp"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell\URLProtocols\rtsp]
@=""
[HKEY_CLASSES_ROOT\rtsp\Shell\Open\Command]
@="StreamingPlayer.exe %1"
[HKEY_LOCAL_MACHINE\System\Inbox\SICInt\SIPProtocols]
"rtsp"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\HTC]
"SliderOutRotateAngle"=dword:0000010E
[HKEY_LOCAL_MACHINE\SOFTWARE\HTC\Streaming]
"DefaultUDPPortMin"=dword:00000400
"DefaultUDPPortMax"=dword:0000FFFF
"NormalModeBKColor"=dword:00AA0000
"FullScreenBKColor"=dword:00000000
"InfoBarBKColor"=dword:00AA0000
"OverlayerColorKey"=dword:00100010
"DefaultBufferTime"=dword:00000007
"MinBufferTime"=dword:00000004
"MaxBufferTime"=dword:00000019
"SupportSeek"=dword:00000001
"BackToPIE"=dword:00000001
"ShowConfirmMsg"=dword:00000000
"SupportFavorites"=dword:00000000
"ShowHistory"=dword:00000000
"ForceLiveSupportPAUSE"=dword:00000000
"SupportReplay"=dword:00000001
"KeepSDP"=dword:00000000
"LandscapeInFullScreen"=dword:00000001
"ShowRotateUI"=dword:00000001
"BandWidth"=dword:00000000
"GuaranteedBandWidth"=dword:00000000
"MaxBandWidth"=dword:00000000
"MaxTransferDelay"=dword:00000000
"KeepAliveInterval"=dword:00000000
"KeepAliveMethod"=dword:00000000
"RTCPReportInterval"=dword:000009C4
"RTPDataTimeOut"=dword:0000000F
"RTSPTimeOut"=dword:00003A98
"EnableExtraRTPPackets"=dword:00000001
"EnableSDKLog"=dword:00000000
"SDKLogFlag"=dword:00000000
"EnableHWCodec"=dword:00000000
"DumpBitStream"=dword:00000000
"ShowMeters"=dword:00000000
"RefreshDuration"=dword:000003E8
"SupportPd"=dword:00000000
"MissMBRate"=dword:00000000
"PlayState"=dword:00000000
"Volume"=dword:00000046
"NetworkErrorCanReplay"=dword:00000000
"CodecType"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\OEM\MASD]
"Streaming_Media_Player"="2_10_518700_00"
A Major Breakthrough Again
Do we still need to do the wmp10 registry hack?
That hack from hkppc was actually intended for Pvplayer.
In fact you see similar keys in a68b298c-c2c5-409c-a145-3113bcf2baa1.rgu
For example
Code:
[HKEY_CLASSES_ROOT\PROTOCOLS\Handler\rtsp]
"CLSID"="{EA48DF9C-1362-41F2-BD83-B97507F9484B}"
[HKEY_CLASSES_ROOT\CLSID\{EA48DF9C-1362-41F2-BD83-B97507F9484B}]
[HKEY_CLASSES_ROOT\CLSID\{EA48DF9C-1362-41F2-BD83-B97507F9484B}\InprocServer32]
@="RtspHandler.dll"
"ThreadingModel"="Free"
[HKEY_CLASSES_ROOT\MIME\Database\Content Type\application/sdp]
"Extension"=".sdp"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell\URLProtocols\rtsp]
@=""
[HKEY_CLASSES_ROOT\rtsp\Shell\Open\Command]
@="StreamingPlayer.exe %1"
But I haven't been able to test it, because I'm looking for a registry editor which can import files. Do you know one?
Total Commander
Do a Google search for total commander for ppc. I believe that's what you need!
I've got TC, never knew I can import reg files Thx for that!
EDIT: Import doesn't work when I copy a .reg file to \\\registry it says "function not supported"
I'm using TC/CE V.2.5PB
Btw: did you already try Pvplayer and Philips Platform4 player ?
PvPlayer Opens At Youtube Mobile
The Player open when I click on video, but no video will play, but I believe we can get this to work. It's just a matter of time, because it picks up the rtsp url. I will have to take a brake, maybe one for hr. I will be back later! We will get this player to work! I have this player install on a Dell Axim X51v, connection, wifi. The Playr is beautiful!
Pvplayer Trying To Connect
Something is blocking this player from connecting to the Youtubue videos!
I'll try them in the M$ PPC emu t'morrow.
Enough for 2day
PvPlayer Smartphone Version
Do you have the pvplayer smartphone version? The ppc pvplayer version is suppose to work with YouTube mobile, but for some unknown reason it will not connect!
I managed to install the HTC Streaming Media for Smartphone Version 2.10 (Build 518.700) Copyright 2005-2007 on my S710
When I start IE and go to m.youtube.com and start a video, the HTC player is correctly started and plays the videos
I must say I'm not so impressed by the quality but alas it works fine
Okay, here are the steps to install the player on your S710
1. Download the HTC player from here. Unpack it and copy all files to \Windows
2. Install Resco Explorer 5.32 (it's the registry editor you need)
3. Download the registry key which I attach to this message and import it with Resco reg editor
Have fun!
EDIT:
1. also works fine from Opera Mobile 8.65b
2. you can operate the player buttons with Fakecursor (altho via menus it also works perfect)
3. you may want to reduce the pre-buffer time (default 7 sec)

Moodio Streaming Radio

I stumbled across this site recent (moodio.fm), but can't get it working on my HTC touch. I downloaded HTC Streaming Media player, which can stream m.youtube videos, but can't seem to open moodio.fm radio stations. Anyone else come across this?
I'm on the Bell network btw, maybe Bell blocks certain ports?
Any help is appreciated.
I have an HTC Fuze and would also like an answer to this question. The streaming medial player won't seem to open Moodio links. Moodio is a great site with tons of great stations. Anyone have a fix to opening these links?
some times use mediaplayer streaming or realplayer or quicktime so being able to play youtube matters little in those cases
I would mess around with different browsers to see both on the computer and the pda
The Moodio site says the link should open with the streaming media application, and when you click the link it does bring up the streaming media player, but it does not load and gives a message that "media file type not supported".
The Moodio site says the link should open with the streaming media application, and when you click the link it does bring up the streaming media player, but it does not load and gives a message that "media file type not supported".
anyone figure this out yet? I recall it working with some othe streaming app on the diamond, but since I've reflashed the ROM I lost the app.
Hello. I've been searching for a solution to this for quite some time and finally found a way to stream Moodio, from a totally unrelated thread here on XDA-Developers. It's a bit complicated, mind you, but so far it's worked for me every time both over WiFi and HSDPA on my Xperia X1.
Try the following:
1. Go to m.moodio.fm and log in.
2. Click on a station you wish to play. At this point, the HTC Streaming Player will launch and you will receive the "unsupported media type" error. You will also now have a file downloaded by Moodio in your My Documents folder called Listen.sdp.
3. Rename the .sdp file to .txt (either on the PC or with something like Resco Explorer so that it can be opened in Word Mobile. Alternatively you can install the HouMing File Explorer extension, select the Open With Program option, and open the file with Word Mobile, so as not to have to rename the file.
4. Look for the entry that begins with the string 'a=control:' and contains the 'rtsp://'. Example: 'a=control:rtsp://moodio-3.seeas.nl/3938994'.
5. Ignore the 'a=control:' and copy the part of the string that begins with 'rtsp//'. Example: 'rtsp://moodio-3.seeas.nl/3938994'.
6. Open your media player (in my case, the HTC Streaming Media player), and paste this text in the URL field. The station should then play as expected. (Note that you can also play the station by pasting this text into the address bar of your browser like Pocket IE, which will then automatically launch the Streaming Media Player and play it. At this point I save the file to Favorites in the HTC Streaming Media Player so I can play it any time I wish.
I thought I would post this since I have searched and searched and have not seen anyone mention this alternative with respect to Moodio.
Hope this helps those of you who, like me, have had no luck in streaming Moodio on your Windows Mobile device up to now.
Hi,
I'm the developer behind moodio.fm. I used an Xperia X1 myself for sometime last year and i'm very sure Moodio played on it without the need for this trick.
Have you tried different browsers? As far as i remember it only worked in IE.
If you provide me with your Moodio user name i can check the exact user agent string the phone sends and add an exception in our system to redirect these phones to the direct rtsp url instead of returning an SDP file.
regards
Oele
Oelej said:
Hi,
I'm the developer behind moodio.fm. I used an Xperia X1 myself for sometime last year and i'm very sure Moodio played on it without the need for this trick.
Have you tried different browsers? As far as i remember it only worked in IE.
If you provide me with your Moodio user name i can check the exact user agent string the phone sends and add an exception in our system to redirect these phones to the direct rtsp url instead of returning an SDP file.
regards
Oele
Click to expand...
Click to collapse
Hello Oele. Wow, that would be fantastic! I can tell you that I joined Moodio some time back (I believe perhaps June or July of last year), and I have always received the .sdp file on my Xperia X1A since day one. I tried to find a solution back then and couldn't, so gave up for a while and didn't use Moodio. I recently decided to search once more to see if I could find something and this is when I came across the workaround described in my prior post. But if you can make it so that my device is automatically redirected to the rtsp URL, that would be wonderful. I have only tried this with IE, BTW, as that is the only browser I use. My Moodio username is queenv. If you need any additional information, please let me know. Thanks again!
Could you try again? You should now get a redirect to the RTSP url.
Oelej said:
Could you try again? You should now get a redirect to the RTSP url.
Click to expand...
Click to collapse
Yes! I just tried it and I certainly do! Now it just plays and I no longer have to do my workaround. Thanks a million!!!!

Overdrive media console

Anyone use Overdrive media console to listen to audiobooks downloaded from the library? I have been trying to get it to work on my Touch Pro using Silence's latest rom. Everytime I try and open a .ODM file I get the error "Unable to get the windows media DRM system information (error 0xC00D2764) required to process licenses".
Anyone have any experience with this software either working or not?
x2
I get the same message.
Any help?
Are you getting the message in the OverDrive client or are you trying to open it directly in Windows Media?
Did you download the associated WMA files using the OverDrive client? (When you first grab the ODM it gives you the option to download the whole book or just selected chapters).
It is working for me. I think the first time I played, it downloaded a license file for Windows Media (it appears that is what OverDrive uses on the back-end) so make sure you have an Internet connection the first time you try and play a book.
Cheers.
Same error with Overdrive Media Console
I have downloaded the book to my desktop and transfered the files using the desktop version. My mobile version sees the file but give the drm error. I have tried installing the overdrive media console to both the TP and the SD Micro card as well as transferring the wma to both locth locations. Same error every time. I am using ski rom.
I do not have a data plan but I do have wireless access so if win mo needed to download any update to media player then it should have been able to
Ronio777 said:
Are you getting the message in the OverDrive client or are you trying to open it directly in Windows Media?
Did you download the associated WMA files using the OverDrive client? (When you first grab the ODM it gives you the option to download the whole book or just selected chapters).
Click to expand...
Click to collapse
I get the error upon processing the ODM in Overdrive Media Console Console 1.0.0 for WinMo. When i checked out my audiobook from our local library, i originally downloaded it to my PC with the PC OD Media Console and had a DRM issue which i fixed by removing my DRM folder and running the security update again. Is there something similar i can do for my WinMo?
Ronio777 said:
It is working for me. I think the first time I played, it downloaded a license file for Windows Media (it appears that is what OverDrive uses on the back-end) so make sure you have an Internet connection the first time you try and play a book.
Cheers.
Click to expand...
Click to collapse
Like the above poster, i do not have Cell Service on my device, but i am online via WiFi and have confirmed there are no connectivity issues at the time of opening the ODM.
Any help would be appreciated!
Overdrive Media Console - DRM Error
Hi
I have this same DRM error with Overdrive on my HTC HD2. I've downloaded the DRM's WMA file to Overdrive Media Console on my PC - it works fine there - and transferred it to my HD2. It shows up in the Overdrive client on the HD2 but fials with a DRM error when I try to play it. The file is licensed fir 21 days from my local library and should play on my PC or HD2. Has anybody found out anything more about this problem or got DRM's files to play on their WinMo HTC ? Any help appreciated. Thanks.
will99 said:
Hi
I have this same DRM error with Overdrive on my HTC HD2. I've downloaded the DRM's WMA file to Overdrive Media Console on my PC - it works fine there - and transferred it to my HD2. It shows up in the Overdrive client on the HD2 but fials with a DRM error when I try to play it. The file is licensed fir 21 days from my local library and should play on my PC or HD2. Has anybody found out anything more about this problem or got DRM's files to play on their WinMo HTC ? Any help appreciated. Thanks.
Click to expand...
Click to collapse
I am also getting this error on my TP2. I have been narrowing it down by flashing the stock rom and the second release stock rom and it works on both. I tried using the WMP and DRM files from these roms and that doesn't fix the problem. I'll keep hunting in case someone else finds an answer but I think this is an ongoing problem that won't be going away anytime soon.

How to run an Embedded Audio file in WM6

Hi all,
i have the TopazII and would like to run this Radio on it... www.maxima.fm...
on a regular PC it would run as an Embedded wm but in WM6 i don't know how to run it.
i tried creating my own .asx file by editing in in TXT, and that worked only as long as the brower was open:
http://www.maxima.fm/comunes/player...m/7807/publicidad/audio/2009/AGOSTO/empty.wma
please let me know
did you tried skyfire?
it plays just about everything
check your internet settings and enable the "plug-ins", mine in opera it works by just enabling plug ins.
However, it seems that this phone doesnt multi task in this application since once you tap other program, the plug-in stops working, it was suppose to run in the background right? any work around on this?

WMP won't play any video clips after ROM change

Running Advantage (Athena) x7510 with Michyprima's lite 6.1 ROM
I originally posted this query there, but haven't gotten any replies, and I think it is generic to a lot of devices, and perhaps someone here has been there/done that...
Folks I love this ROM, first I ever burned, but need some help with a couple problems:
1. I can not get Windows Media Player to play videos that had been recorded by the internal camera in any of the available formats such as .mp4, .MOV, .3gp . I get the error message:
"The source filter for this file could not be located"
I have verified that the clips are ok both because some of them are from before I burned this ROM to the device, when they did play, and also by copying them to my desktop computer where they play properly in Windows Media Player Classic (and 3gp in QuickTime Player, although mp4s not in QuickTime or RealPLayer) .
The only file that will play on the device is a .wmv file sent to me in email.
2. Likewise, TCPMP 0.72RC1 installs but crashes as soon as I try to run it, generating an error message (in my localized language even though I do everything in English!) and creating a long crash.txt file, so I can't even test it with the videos.
3. Voice recording apps that used to work, such as recorder.exe, give errors as soon as I try to run them:
"The file 'Recorder' cannot be opened. Either it is not signed with a trusted certificate, or one of its components can not be found. If the problem persists, try reinstalling or restoring this file."
I realize these are separate problems, and maybe deserve separate threads, but I think they have several characteristics in common:
A) all occurred after installing this ROM
B) all are media related
C) all appear to be related to some missing or inaccessible component in the OS
For reference, I also tried the solutions in this post, which wouldn't even install.
You can see I'm a "babe in the woods" with regards to multimedia usage, so please be patient with me ....
The inability to play those video clips is doubly frustrating because some of them are of my father at a family gathering, before he passed away this year, so any help is greatly appreciated!
TIA,
-avi

Categories

Resources