Search found 6 matches
- Sat Jun 24, 2006 1:32 am
- Forum: PSP Development
- Topic: PMP VLC 0.0.9 Player
- Replies: 578
- Views: 1020658
I guess the problem is caused because you either don't have /PSP/MUSIC and /PSP/VIDEO directories on your memstick or they are empty. Make sure those are created and make sure there is at least one file in both of them. The directory list first shows the files on memstick followed by the networkfil...
- Sat Jun 24, 2006 12:24 am
- Forum: PSP Development
- Topic: PMP VLC 0.0.9 Player
- Replies: 578
- Views: 1020658
Hello again! I'm sure there is not a problem with the network (btw, I'm starting my final year in my computer science education, so I'm know my way around these kind of things). The resulting html when listing the files are filled with blank rows, I assume its because of the subfolders? Second, the ...
- Fri Jun 23, 2006 11:42 pm
- Forum: PSP Development
- Topic: PMP VLC 0.0.9 Player
- Replies: 578
- Views: 1020658
Thanks for the reply again! The directory listing is working, so VLC is obviously all setup :) When I select Music, the connection state-dialogue appears, but it still says the directory is empty. Which it isn't when I go to the VLC url. When I select Video it doesn't even show the connection state ...
- Fri Jun 23, 2006 11:01 pm
- Forum: PSP Development
- Topic: PMP VLC 0.0.9 Player
- Replies: 578
- Views: 1020658
Ah, thats what con is :) I moved the pspfiles.html tp VLC/http/admin and removed the .access file. I changed con to 1 (should be the first network profile, right?). Still doesn't list any movies though. con = 2 should have worked also (its the same as #1, but with static IP instead of DHCP). Hm, I r...
- Fri Jun 23, 2006 10:41 pm
- Forum: PSP Development
- Topic: PMP VLC 0.0.9 Player
- Replies: 578
- Views: 1020658
Hmm, need some help here :) I got VLC up and running (I can access the web interface at port 8080) and I've modified the pmp.ini to point to the corrent IP. <code> # Net Io Config [net] con = 2; server = 192.168.101.128; port = 8080; debug = 1; videopath = z:/ftp/filmer/; musicpath = c:/temp/; </cod...
- Wed Jul 27, 2005 10:14 pm
- Forum: PSP Development
- Topic: Some ideas I haven't implemented
- Replies: 1
- Views: 2653
Some ideas I haven't implemented
Hello! This is my first post here, so perhaps I should present myself first of all. My name is Mattias, from Gothenburg, Sweden, 25 years old, studying Computer science & engineering at the university of Chalmers. So, my ideas are about how to implement an ISO loader. People are obviously alread...