i`m running Xibo 1.8.2 on Docker on my VPS. Players are conneted via Internet. Players are registered but now commands are execute on players. Such theme change, thumbnail request, etc.
In CMS state i registered. On client connected to: … Waiteng for messeges.
With docker, you should only need to enter xmr public address in CMS settings, assuming that is correctly entered there, player should be able to reach it.
If they can’t then there should be log messages about it, especially if as you say you’ve enabled debugging/auditing on the player.
Can we perhaps see a screenshot of status window on your device please?
I see it’s in audit mode now, if you’d, for example, request a screenshot from this player, is there any relevant messaged logged for it on the status window / CMS log page?
Also if you send a command to this display, perhaps something simple like notepad.exe (the command string is added in display profile assigned to the display - http://xibo.org.uk/manual/en/displays_commands.html)
Then in config.xml file (it’s in the player local library) there should be your commands listed there in <commands> line, could you check if that is correctly sent as well please?
Failing that, could you run docker-compose log ?
You may need to redact any passwords or sensitive information in the output of that command before posting it here, alternatively send it to me via private message.
Commands are added to your config.xml ie they were sent to the player, but presumably not executed - as mentioned it might be better to test it with notepad.exe just so when it works it won’t shutdown your PC.
Actually could you open Display Settings -> Edit display profile assigned to your device and let me know what do you have in Download Start/End window please?
It seems to be set to 0, while it should be 00:00, there was a bug about it, but it should be correct in 1.8.2 version, although please do double check that.
There seems to be some issues with XMR connection, it was stopped and disconnected according to your logs.
Could you navigate to Displays page -> Edit your Display -> Advanced tab -> Reconfigure XMR (Enable & Save the form), perhaps restart your Xibo player after that as well.
Actually I think I’ve missed something important from your earlier posts.
XMR container seems to be configured to listen on port 65500 not 9505
You will need to either change the compose file so it’s on 9505 instead of 65500, or change the public address in cms settings to 65500 port ie they need to match.
It’s not a mistake, if you’re using custom ports then that’s what you should be using, the ‘problem’ was that what you had in CMS settings wasn’t matching your custom ports, once you’ve rectified that then as expected everything works well.