forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

New proc

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
skippy911



Joined: 06 May 2005
Posts: 46

PostPosted: Tue Jul 05, 2005 8:05 am    Post subject: New proc Reply with quote

From the nespot of the korean utility site:

proc://psmf_http/?title=레드아이&author=KTH&copyright=SBSi&information=480x272 / 500kbps&video=http://211.39.137.71/applware/paran/vod/movie/redeye01_480_272_500.pmf

So I take it we can now run pmf from the webbrowser. I dont have a psp browser to test this on. :)
Back to top
View user's profile Send private message
Warren



Joined: 24 Jan 2004
Posts: 173
Location: San Diego, CA

PostPosted: Tue Jul 05, 2005 8:21 am    Post subject: Reply with quote

That is assuming that the psmf proc is builtin to the firmware and not provided by their browser.
Back to top
View user's profile Send private message
MindWall



Joined: 10 May 2005
Posts: 70

PostPosted: Tue Jul 05, 2005 8:54 am    Post subject: Reply with quote

check here:
http://forums.ps2dev.org/viewtopic.php?t=1384

and here:
http://www.pspvideo9.com/forums/viewtopic.php?t=692
Back to top
View user's profile Send private message
Pikoro



Joined: 13 Jan 2005
Posts: 56

PostPosted: Tue Jul 05, 2005 7:00 pm    Post subject: Reply with quote

It's provided on the UMD and not built into the firmware. We all know this by now.

The browser on the Famitsu Demo UMD is the same way. There is no psmf_http.prx file on there, but it DOES have cert.prx, and thereby, like the korean UMD, supports https.

The browser on the Demo UMD is in it's own directory and is called pspbrowser.prx. All the required modules are in a subdirectory underneath that one:

Code:
/psp_game/usrdir/browser:
agree_top.gif
agree_top_t.gif
doui_off.gif
doui_on.gif
douix_off.gif
douix_on.gif
index.html
module
mstick
pspbrowser.prx
sound

And in the module directory:
Code:
/psp_game/usrdir/browser/module:
audiocodec.prx
cert_loader.prx
ifhandle.prx
libatrac3plus.prx
libbase64.prx
libfont.prx
libhttp.prx
libhttp_x.prx
libparse_http.prx
libparse_uri.prx
libssl.prx
mpegbase.prx
mpeg.prx
pspnet_apctl.prx
pspnet_ap_dialog_dummy.prx
pspnet_inet.prx
pspnet.prx
pspnet_resolver.prx
videocodec.prx

Inside the mstick directory:
Code:
/psp_game/usrdir/browser/mstick
icon0.png

And finally, inside the sound directory:
Code:
/psp_game/usrdir/browser/sound
cancel.vag
move.vag
ok.vag


The browser plays a sound when you highlight the links on the page.

There is still no URL Address bar.

Also, the Browser on the Demo UMD runs standalone, unloading the game first before loading the browser. The "homepage" of the Demo UMD is /psp_game/usrdir/browser/index.htm so you can't redirect that, but there's 2 links on the homepage, one being a proc cancel link. Here's a duplicate: http://www.psphacks.net/files/Famitsu/

I'm playing more, but it looks like there are only specific modules that you can call from a proc:// url.

Cheers
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group