PS3 Net Server question

karim-psx

Member
Hi there,

I would like to stream games to my CFW PS3 via an Android TV box which also doubles as an OpenWRT with HDD and NAS capabilities and negate the use of a computer. Is ther any chance to run PS3 NET server or any other way to stream games off the network?

Thank you,
 
Hi there,

I would like to stream games to my CFW PS3 via an Android TV box which also doubles as an OpenWRT with HDD and NAS capabilities and negate the use of a computer. Is ther any chance to run PS3 NET server or any other way to stream games off the network?

Thank you,
It should be doable in theory afaik but you might need to recompile the ps3netsrv code to run on your box. I don't recall any "ready to use" binaries for your setup but check in _Projects_/ps3netsrv/bins/old folder of the wMM repository (https://github.com/aldostools/webMAN-MOD) you will find binaries for various NAS & for raspberry pi that were compiled for similar purposes.
 
Last edited:
Hi!

Would be nice to have more infos about the type and the hardware of the A-Box.
You've to know what cpu is used. RISC, MIPS, etc. pp...

Greets
 
Hi!

Would be nice to have more infos about the type and the hardware of the A-Box.
You've to know what cpu is used. RISC, MIPS, etc. pp...

Greets

I have an android TV Box with an ARM based realtek RTD1295 which doubles as an OpenWRT ready SoC and has a SATA I/O interface. It's got Android 6.0.1 a Gigabyte ethernet and wireless AC. It's a perfect low poer NAS device and pretty cheap for what it does actually.

I'm not a coder but I can follow some instructions to compile and run the NetServer on my device.

Thank you :)
 
I read your hw-sw-config and searched the net for more infos and found impressive devices with e.g. 3gb ram. An upper class than the standard plastic wlan routers...

Is your device with all the services permanently at 100% cpu-usage?
Sorry. :D

Okay, ARM is not really my business. For time to time i compile arm-firmware, but that's it.

As i remember the ps3-netserver should compile at every platform without errors. If you want a working log-file-service, you have to fix the source code due to the fact it doesn't flush the buffers... o_O

Greets.
 
Last edited:
I read your hw-sw-config and searched the net for more infos and found impressive devices with e.g. 3gb ram. An upper class than the standard plastic wlan routers...

Is your device with all the services permanently at 100% cpu-usage?
Sorry. :D

Okay, ARM is not really my business. For time to time i compile arm-firmware, but that's it.

As i remember the ps3-netserver should compile at every platform without errors. If you want a working log-file-service, you have to fix the source code due to the fact it doesn't flush the buffers... o_O

Greets.
Thanks for the (brilliant!) reply. To be honest, I'm a complete noob when it comes to compiling stuff.

Can you please just tell me the steps (not in tiny details)

Thanks again
 
I know when I was looking for mac options, I saw a linux variant of it in the ps3netserv code.
I believe there are a couple githubs for ps3netserv
 
... I'm a complete noob when it comes to compiling stuff.

Can you please just tell me the steps (not in tiny details)

Thanks again

Hi!

It works like any other linux distribution. You've to install the build-tools and have to look for dependencies.
There are many Howto's in the net.

Greets.
 
I'd like to have it running on the TP-Link TL-WR902ACv3 as well! ;)

Target ramips/MT76x8 (mipsel24kc)

Any more tips?
 
Did you ever get this working? I have a router running OpenWRT as well and am also looking to get PS3 net server running on it. My target is ramips / mt7621 / mipsel_24kc as well.
 
wow you resurrected this one eh.

for the android tv box with openwrt, that thing should run at least on arm7 so docker package should be supported, once docker is installed, you can just install shawly/docker-ps3netsrv docker image and deploy it as a container.

the other two mediatek processors, both runs on ramips so..... your SOL for this unless someone could work on it, after all the source code is opensource.
 
Sorry about not have an updated version, I'll try to compile some "new flavours" on there and, also, include the aplication on OpenWrt. I intend to develop a LUCI interface for it, but I don't have any skills yet. I was "retired" from ps3 scene for sometime, because my wife become pregnant and I doubled the workload to be able to achieve some necessary things :D.
 
Sorry about not have an updated version, I'll try to compile some "new flavours" on there and, also, include the aplication on OpenWrt. I intend to develop a LUCI interface for it, but I don't have any skills yet. I was "retired" from ps3 scene for sometime, because my wife become pregnant and I doubled the workload to be able to achieve some necessary things :D.
Wow, nice to see you again.
 
Back
Top