Updated the Network enabled version.
Got my SIO Cable for Psplink working. A Great tool for every PSP Developer. I used this document to build my own SIO Cable. Building the cable is really easy. You only need a MAX3232 and a few capacitors. I think you can also use a MAX232 (which is cheaper) but you have to lower voltage to 2,5 on TX to PSP. Since i wasn’t able to build a homebrew PSP serial connector i cut off the connector from the psp headphones…



Some bugfixe an tweaks in this version

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 the Vmware Windows. No Stutter, everything smooth.Hope that Windows User are happy now
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:
http://localhost:3333/open?filename=movie.avi&flags=O_RDONLY"
Updated the Network enabled version.
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.

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.
Encode video: python psp.py -m pmp -i file.mpg
Encode video and cleanup: python psp.py -m pmp -i file.mpg -c
Encode only 10 sec: python psp.py -m pmp-i file.mpg -c -d 10
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
Building
To build for the PSP, make sure psp-config is in the path and run:
./configure --host=psp
make
make psp-layout
make psp-upload
Dependencies
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 revison 1426 of pspsdk and libsdl.
Building
To build for the PSP, make sure psp-config is in the path and run:
./configure --host=psp
make
make psp-layout
make psp-upload
Dependencies