07-22-2020, 02:21 AM
Hi Tim,
On your instructions below, is there a way not to hard code IP address to start the RadioRecorder web pages? Also, while http://ip-address:8080 works when accessing the pages from other machines, accessing from console http://localhost:8080 or http://127.0.01:8080 does not. (I used a backdoor to open another tab on your moode interface.)
"At the bottom and just before the 'exit 0' statement add the following:
/usr/bin/php -q -S 192.168.1.123:8080 -t /home/pi/RadioRecorder >/dev/null 2>&1
Note: Change the ip address to your moOde ip address and ensure that the port is above 1024. In this case 8080.
Reboot moOde.
Access the web interface using:
your-moode-ip:8080
Note: If you use the built in web interface playback function this uses local web browser audio player and not moOde. Also the built in web player cannot play aac files."
On your instructions below, is there a way not to hard code IP address to start the RadioRecorder web pages? Also, while http://ip-address:8080 works when accessing the pages from other machines, accessing from console http://localhost:8080 or http://127.0.01:8080 does not. (I used a backdoor to open another tab on your moode interface.)
"At the bottom and just before the 'exit 0' statement add the following:
/usr/bin/php -q -S 192.168.1.123:8080 -t /home/pi/RadioRecorder >/dev/null 2>&1
Note: Change the ip address to your moOde ip address and ensure that the port is above 1024. In this case 8080.
Reboot moOde.
Access the web interface using:
your-moode-ip:8080
Note: If you use the built in web interface playback function this uses local web browser audio player and not moOde. Also the built in web player cannot play aac files."