I have set up my Pi as an access point, like this article explains (technically it's a router, I believe, but never mind):
https://frillip.com/using-your-raspberry-pi-3-as-a-wifi-access-point-with-hostapd/This is for use in my Volvo XC60, for music playback, with a 2 TB hard drive with a bit over 160K tracks. It all started because I was annoyed the Volvo couldn't take my full library on it's USB system, and now I have Media Center running on it. I can then connect to the AP with my Android phone and control the music from the J.Remote app, and the built-in original dashboard display of the Volvo will show the cover and track info for what I'm playing. This works on port 8080, but I want to use exactly the same setup as I have at home, where I run MC Windows version on a Windows Server 2008 R2 (old OS, yeah, but I don't like Windows Server 2012 - I want the interface I'm used to). So I need the port to be 80, and that just doesn't work. The app won't connect and I get "ERR_CONNECTION_REFUSED" in Chromium.
Mind you this is a regular MC 22 for Linux system (not DLNA renderer, full library setup), set up from the great Pi tutorial here on the board, and with a lot of help from mwillems getting MC to autostart and a few other things.
When I run
sudo netstat -tlnpu while using port 80, nothing comes up in the readout (so there's nothing else using that port), but when I run it while using port 8080 it shows mediacente22 LISTENING. Is this a bug, that MC for Linux can't run Media Network on port 80? Or is there something else going on here?