Archive for 'PSP'

PMP Mod M4g3 Windows Server

Did a little debugging under XP in Vmware. Found one bottleneck and an error. Seems that the python sendresponse http method is kind of slow under windows, so added a simple hack. Also you have to use O_BINARY ( what is this shit…) for lowlevel fileio under Windows. Was able to stream a DVD from [...]

PMP Mod M4g3 Binary

Made a binary release of the network enabled PMP Mod M4g3 media player. Since i don’t use Windows i can’t deliver an windows tested pmp server script. Some Tips and Tricks: Use an static ip address Double check your PSP WIFI Setug Choose which WIFI Setup to use and the edit con flag in pmp.ini, [...]

PMP Mod M4g3 Update

Updated the Network enabled version. Wrote a little Readme Debug flag is now in the config file Removed obsolete Defines from header files Added missing Python Server Script to the tarball Source

PMP Mod M4g3 + Network Support

Moved my network code to the M4g3 version. Also added configfile support so that you are able to make your WIFI settings via the configfile pmp.ini. Since i had to move the main thread to userspace the HOME button isn’t working, so you have to use TRIANGLE to quit the player. Picture 1 Source Binary

PMP Mod 1.02 + Network Support

Added Network Support to PMP Mod so that you can use your PSP as a streaming client. Basically all lowlevel IO calls are mapped to my network enabled io functions. I use a simple python based HTTP Server as backend. This version is in ‘Proof of concept’ state, so don’t expect eye-candy or a userfriendly [...]

PSP Video Encoder with PMP support

Added support for the PMP Container format used by PMP_MOD. The perl based muxer is included in this package. To use the PMP Container format you have to define this variables in the python script. PSPPMPPATH = “/psp/video” PMPMUX = “pmpmuxer.pl” Encode video: python psp.py -m pmp -i file.mpg Encode video and cleanup: python psp.py [...]

PSP Video Encoder

Made quick and dirty Python script to convert videos and pictures for the PSP. Iam using FFmpeg and Imagemagick You have to edit this variables to make the script suitable for your system. PSP_MOUNT = “/mnt/psp” TMPFILE = “./pspvideo” FFMPEG = “/usr/bin/ffmpeg” CONVERT = “/usr/bin/convert” The script will try to mount the PSP and guesses [...]

Stella 2.0 Update

Updated PSP build to reflect lastest changes of the of the Stella project. This build is done with revison 1654 of pspsdk and libsdl. Changelog libsdl links against GL Loader menu has simplified naviagtion Building To build for the PSP, make sure psp-config is in the path and run: ./configure –host=psp make make psp-layout make [...]

New Stella Build

Updated PSP build to reflect lastest changes of the of the Stella project. Currently the PSP build only works when not disabling the Debugger Console during compile time. So this time configure option –disable-developer will leed to a broken build, even when the debugger is not useable on the PSP. This build is done with [...]

Stella Update

Released a new build of the the Atari 2600 Emulator Stella for the PSP. Just a up2date release to reflect current CVS changes. Download Source