We are submitting events via UDP to our app on the player via the device web server. We have implemented web based controls for things like start/stop/pause resume. Currently at media end we loop back to event handler to await a new selection or time out auto play an idle selection.
What I would like to do is have a web toggle control similar to pause/resume that would let us loop the current video endlessly until toggled off.
I have setup a user variable and condition on the media end event to loop back to the videoplayfile again vs return back to the event handler.
I know I can read the value of the user variable via GetUserVars but what I am not sure if is how I remotely change the value of the variable from my web page?