I have installed Xibo and the CMS WebUI works perfectly, however when connecting a windows client to it, it fails to download any files with the error:
this appears multiple times with the itemId changing each time, this is a fresh install and I dont see why this isn’t working.
XMR is properly configured. (i think)
if anyone knows why this is occuring you would be a lifesaver!
When a player connects it calls an endpoint called “Required Files” which calculates the list of files needed to download and attaches a “nonce” to those which is what you have hidden behind ... in your URL.
That nonce is cached and the URL sent to the player.
You get a 404 when the nonce sent in file=... does not match the nonce in the cache.
Perhaps there is some configuration issue with the cache - you could try following the report fault wizard and sending the troubleshoot.zip file.
This is a docker install. I have not setup caching, and if the container does it (memcached), I have recreated the stack while I was troubleshooting and showed the same 404. (the cache should of been reset when the stack is recreated).