Hello,
I want to make an interactive presentation which uses variables as a method of choosing which 'route' / next state to take, rather than using the existing keyboard / remote / UDP etc inputs.
Background: I have 2 video files - 50fps and 59.94fps. an Interactive menu shows 2 menu items - one for each file. when the user selects the 50fps version, it instigates a video mode change to 1920x1080 50p , which in turn reboots the XT1143 player. (and vice versa for the 59.94 file). Currently, after the player has rebooted into the new frame rate, it starts as normal at the menu screen, but I would like it to jump directly to the correct file. So I can set variables, which 'stick' through the reboot, its just I have not worked out a way of performing logic on these, once the reboot has completed, to play the file directly.
Is this possible?
Thank you