Camera Videos .vs. Windows Media Player WM6 - 8125, K-JAM, P4300, MDA Vario ROM Development

Ok, I've got the camera on 1933 recording video.
However, Windows Media Player can't play them. TCPMP, however, can - so I know the recording is working properly.
It is apparently missing the codecs in the 1933 release required for these formats (MP4 and the AVI format)
Now, this of course works in the official T-Mobile ROM.
I fixed a similar problem with TCPMP and ORB by grabbing the appropriate DLLs and stuffing them in the WINDOWS directory. In the kitchen I'm using I've put those in an "hacks" directory in the OEM folder, so now when I cook I get TCPMP in there along with the two required DLLS, and all is good.
So.... does anyone know what the CODEC DLLs are that are required for those formats (and do you have 'em somewhere - I can reload the official T-Mo ROM and grab 'em out the directory, but of course I have to know which files they are!)
Thanks in advance....
This, and the nasty MMS problems that everyone seems to run into to one degree or another - I've never been able to get a MANUALLY configured MMS setup to work - there has to be some magic registry entry that isn't made from the composer's setup - is all that's left in terms of errata against my 1933 build. I'd be happy to release a new one but I want to get these two things fixed first....
PS: MMS problem solved. Just the Windows Media Player CODEC errata outstanding now....

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)

Problems with Win Media palyer!!!

Hi~
I have a probem with my 577w's media player..Hopes someone may help me..
The Rom initially is in traditional chinese..(and works perfectly)..
after i installed the new(english) WM6 rom found in a mainland forum..
it works generally well ,,
However, the default media palyer can't display the all tags of MP3s in Traditional Chinenes where unless i convert them to Unicode..
The tags with same mp3 file can be displayed in the old default rom..
It is strange that all chinese charactors is well displayers outside the player
= =''
Besides, I had try it in the TCPMP and Pocket player 3.5 it slows the same bug....
I think it may related to the front files...
may be replacing the front with the old one ...
Thanks~!

ORB, streaming video help?

OK, I need help streaming video on my tilt. I installed Dutty’s latest rom, the touch v 1 or what ever. Great rom. However, I cant seem to get streaming video to work. Its kind of like it tried to download the files instead of opening them. Everytime I click on a link in order (when using .asx mode) it says “a file with the name already exists, do you want to replace it? Yes or no”. I hit yes, and it launches a program called TCPMP. Now, 1 day ago, I had streaming working. Streaming took place in duttys customer windows media player using port 80. the problem with this new program is it doesn’t let you select a port, and as soon as it launches it gives the error “file not found! –web \mydocuments\stream.wmwebasx” Anyone have any Idea how I can get streaming video working again on my tilt?
I even tried realplayer, and that doesn’t work either. .3gp goes to HTC’s streaming program, but again, that doesn’t work either. Im really at a loss 
........
I use xda live and have installed tcpmp for streaming purposes myself. I use it with orb and it works perfect. You just need to make sure you have all the codecs. and supposedly it works better with tcpmp .72 version not .81..not sure which dutty used.

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

.SWF/Adobe Shockwave Stand-alone flash player for 1.5 - 2.1 CDMA Hero (FINALLY!)

Credit goes to the original poster (you can download the APK files off xda website - I am a new member so I cannot post links in thread yet (just search under android app and development - hacking section if you want to locate the original thread):
I have reattached the APK files for convenience (v6 is for 2.0+, v3 is for anything below 2.0). You can also dl from the original thread if its still active.
Description:
Simple APK file and you are set - only works for swf files (not flv files - no conversion compatibilities/works poor on games). It works, but poor for file management, very little controls other than pausing (no picture resolution adjustments, controls to skip or fast forward rewind, speed controls, or playlist management), but the program parses .swf well and played well (it's just choppy) - it does not work like a shockwave player where you can play games and have interactive controls but it does display slideshows well.
I noticed speed of slideshow can sometimes increase or decrease depending on how/if the phone is rotated (personal observation). If anyone knows of a better program for android 2.1 and below (root or not - I use stock deox OC 710 mhz with good mem management and class 6 sd card apps2sd - large swap file and dalvik cache off sd), please let me know? I searched for over a yr and this was as close as I could find. I am happy to have found this but I am almost positive someone knows something or could improve on this even slightly?
Comments:
Per my understanding, there is currently no android port for this type of application, per my understanding and Adobe Flex/Air is still in the works for Android.
The best you could do with .swf files was to convert them either within the media player you used (there are none currently that do this, not now at least, if you know of one please share!!! - even those that claim to do it will not or will run into stability issues, or would be ridiculously expensive - some work on 2.2 I think), there used to be one which I used and it worked which was free in the android market way back in the day of 1.5/1.6 stock sense ui, but, whatever media player that was, it since has been removed from the marketplace or had the feature removed and I cannot find posts for it anywhere else on the web. I tested several players by the way on several settings, even ones for arm7 processors and even swapped roms to stable 2.2 cyanogen on cdma hero - this is sadly as good as it got for me?
The only way I was able to do this was to take the .swf file(s) and manually convert it on a PC (batch/or not) or to run it through the browser off my sd card, like dolphin (this is a pain and slow and there is no functional control).
It was thought to be impossible unless someone could port Gnash to android or some other open source swf player from a linux platform (android is more java than linux, I think? plus the arm6 processor limitations - this was considered unfeasible, you'd be better off programming a shockwave player from scratch than reverse engineer code, I think, even so, without Flex/open GL fixes, or some other mem management, it's not really worth the effort or risk).
Some company, apparently tried, and gave up because of this, I guess, but posted a feasible app for android which works - I think it could be improved on significantly - the dev has his email in the app about section - it just has limits and always defaults to the sd card directory when done vs. going back to folder where the swf files are located.
If anyone knows of a better program over this, again, please share (even paid vid player converter which can do playlists/sound/and/or even controls)! Otherwise, I am glad to share this with everyone - I have been looking "forever" for something like this - I just wish it had more controls or better file browsing/management. Maybe someone would want to work on this project?
Cheers,
Joe.

Categories

Resources