Hi, I'm trying to set up my private server to use remote_media
in my conf I have a line
remote_media = http://172.16.0.217/minetestmedia/
(accessible only in my lan)
and in the minetestmedia folder I have a bunch of files generated by the script from here:
viewtopic.php?f=3&t=9260&hilit=remote_media
The media is accessible, I can browse to it using firefox.
however the client isn't touching the remote_media server, not even to check if there is any media there, I'm running a tail on my apache server and it's not showing a single connect. It's like the serve isn't telling the client where to get the media.
Have I missed something obvious?