Post Reply 
 
Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Remote disc streaming
05-28-2018, 03:18 AM
Post: #8
RE: Remote disc streaming
This implies that lighttpd should support range requests (possibly only for 2GB and smaller files):
https://redmine.lighttpd.net/issues/1548

It's possible you might need:

server.range-requests = "enable"

In the config file somewhere. As long as you have that, launching PPSSPP with the argument from the command line should work:

PPSSPPWindows64.exe http://ip-address-of-pi/myfile.cso

This will also add it to the recent, so if you exit the game and quit PPSSPP, it'll be in your recent list next time you start it.

If you want to actually browse multiple discs from the UI, you'll need to do a few extra things:

1. You'll need to serve an index file. You can likely do this with an "index.txt" after setting this setting to allow an index text document (e.g. add index.txt instead of index.php):
https://redmine.lighttpd.net/projects/1/...es_Details

Then the contents are just like this:

/myfile1.cso
/myfile2.cso

Make sure there's not also an index.html - you should see the simple list when you access it via a web browser.

2. In PPSSPP, under "remote disc streaming", select Settings, then "Manually configure client". You'll need to put the IP of your raspberry pi and its port (which might just be 80.)

Now you should be able to browse without issue.

-[Unknown]
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Remote disc streaming - [Unknown] - 07-04-2016, 06:31 PM
RE: Remote disc streaming - zakilj3 - 07-26-2016, 12:59 PM
RE: Remote disc streaming - [Unknown] - 07-29-2016, 04:08 AM
RE: Remote disc streaming - zakilj3 - 07-29-2016, 01:33 PM
RE: Remote disc streaming - zakilj3 - 08-05-2016, 07:48 PM
RE: Remote disc streaming - [Unknown] - 08-05-2016, 07:57 PM
RE: Remote disc streaming - alpe12 - 05-28-2018, 12:59 AM
RE: Remote disc streaming - [Unknown] - 05-28-2018 03:18 AM
RE: Remote disc streaming - vsub_ - 12-07-2018, 03:33 PM
RE: Remote disc streaming - [Unknown] - 12-09-2018, 04:42 PM
RE: Remote disc streaming - vsub_ - 12-11-2018, 07:03 PM
RE: Remote disc streaming - [Unknown] - 12-12-2018, 03:22 AM
RE: Remote disc streaming - vsub_ - 12-12-2018, 02:48 PM
RE: Remote disc streaming - vsub_ - 12-24-2018, 04:10 PM
RE: Remote disc streaming - [Unknown] - 12-26-2018, 05:43 PM
RE: Remote disc streaming - vsub_ - 12-26-2018, 07:23 PM
RE: Remote disc streaming - [Unknown] - 12-27-2018, 06:48 AM
RE: Remote disc streaming - vsub_ - 12-27-2018, 02:53 PM
RE: Remote disc streaming - [Unknown] - 12-27-2018, 05:38 PM
RE: Remote disc streaming - vsub_ - 12-27-2018, 06:09 PM
RE: Remote disc streaming - vsub_ - 12-28-2018, 04:33 PM
RE: Remote disc streaming - player594 - 04-01-2019, 10:32 PM
RE: Remote disc streaming - [Unknown] - 04-03-2019, 03:22 AM
RE: Remote disc streaming - vsub_ - 10-03-2019, 04:17 PM
RE: Remote disc streaming - lesliechan - 02-18-2022, 05:54 AM
RE: Remote disc streaming - [Unknown] - 02-19-2022, 07:10 PM

Forum Jump: