Search found 8 matches

by looptrooper
Thu Jun 22, 2006 9:42 pm
Forum: PSP Development
Topic: How to debug exception
Replies: 12
Views: 9012

so you could trace the last bug and fixed it? no more waiting for the ultimative solution called PMP with VLC, you will release soon? can´t wait :)
by looptrooper
Mon Feb 13, 2006 11:06 pm
Forum: PSP Development
Topic: PMP Mod 1.02 + Network Support
Replies: 30
Views: 22535

is there a possibility to test the throughoutput to my psp? my ap is one meter away from my psp and i still can´t get 768kbit .pmp´s to play smoothly. edit: i used PSP FTPDv0_21 to measure the network throughoutput, i can download from the psp to my pc with stable 567kb/s, but a upload doesn´t excee...
by looptrooper
Mon Feb 13, 2006 10:58 am
Forum: PSP Development
Topic: PMP Mod 1.02 + Network Support
Replies: 30
Views: 22535

i couldn´t get pmps playing without stuttering which are over 400-500kbit. don´t know if its the connection speed which causes this or the psp which is busy decoding the wep encryption. did anyone make a test without wep encryption?
by looptrooper
Mon Feb 13, 2006 7:49 am
Forum: PSP Development
Topic: PMP Mod 1.02 + Network Support
Replies: 30
Views: 22535

users reported problems with python-on-windows, try a linux machine for serving if available.
by looptrooper
Mon Feb 13, 2006 4:20 am
Forum: PSP Development
Topic: PMP Mod 1.02 + Network Support
Replies: 30
Views: 22535

if you are stuck compiling the sources you can use the latest binaries from optixx, just use the new pmp_server.py and change the included path to your needs.
by looptrooper
Mon Feb 13, 2006 3:21 am
Forum: PSP Development
Topic: PMP Mod 1.02 + Network Support
Replies: 30
Views: 22535

AMAZING! thank you optixx for this great feature. i dreamed of a network support because my memorystick is only 256mb. THANK YOU!!

for those of you who didn´t get it to work until now: download the latest update from optixx.org and follow the readme - worked for me :)
by looptrooper
Sun Feb 12, 2006 3:08 pm
Forum: PSP Development
Topic: PMP Mod 1.02 + Network Support
Replies: 30
Views: 22535

i looked at the source code and found a few hardwired paths: net_io.h: /* Server URI */ #define NET_IO_URI "http://192.168.1.100:3333" /* Remote Dir */ #define NET_IO_DIR "/home/david/media/movies/psp/" ... #define NET_IO_TEST_FILE "net://home/david/media/movies/psp/simpsons...
by looptrooper
Sun Feb 12, 2006 12:37 pm
Forum: PSP Development
Topic: PMP Mod 1.02 + Network Support
Replies: 30
Views: 22535

my wifi was already properly configured, i could use pspradio for example. edit pmp.ini and enter the ip of the machine where pmp_server should run to serve the videos. python was already installed on my debian server and i could easily start the server by typing "python pmp_server.py". if...