Greetings. I am trying to create a way to change the URL of a video stream via UDP commands.
The application is to use the player as a set top box of sorts where the URLs are fed to it from another device.
Any advice appreciated.
Thank you,
Greetings. I am trying to create a way to change the URL of a video stream via UDP commands.
The application is to use the player as a set top box of sorts where the URLs are fed to it from another device.
Any advice appreciated.
Thank you,
Not sure if this can work, but it is worth a shot.
Assume that there is a User Variable named StreamURL, and its default value is https://someServer.com/yoStream
Where the initial stream url is set, you enter $$StreamURL$$, so the URL is read from the user variable.
If that works, then you can modify the value stored in the user variable from a UDP Event.
I hope that works for you.
Stay safe