New proc

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
skippy911
Posts: 46
Joined: Fri May 06, 2005 10:20 am

New proc

Post by skippy911 »

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 ... 72_500.pmf

So I take it we can now run pmf from the webbrowser. I dont have a psp browser to test this on. :)
Warren
Posts: 175
Joined: Sat Jan 24, 2004 8:26 am
Location: San Diego, CA

Post by Warren »

That is assuming that the psmf proc is builtin to the firmware and not provided by their browser.
MindWall
Posts: 70
Joined: Tue May 10, 2005 4:27 pm

Post by MindWall »

Pikoro
Posts: 56
Joined: Thu Jan 13, 2005 9:57 am

Post by Pikoro »

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: Select all

/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: Select all

/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: Select all

/psp_game/usrdir/browser/mstick
icon0.png
And finally, inside the sound directory:

Code: Select all

/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
Post Reply