Is there a way to send the video file names associated with an On Demand object via UDP, maybe with comma separated values or anything like that? Or is there a JSON file generated with that information we may be able to grab off the player in real time?
Date
Votes
2 comments
-
Bright Scripters If a User Variable is used as key to select the media item in the On Demand state, the value of the User Variable can be sent as UDP.
The value of a User Variable named key, can be referenced as {{key}} in the command which sends UDP.
-
Thomas Brown Yes, you can send video file names associated with an On Demand object via UDP using comma-separated values. Alternatively, you can generate a JSON file with the video file names and retrieve it in real time from the player. This approach ensures efficient and organized data transmission. Thank you!
Please sign in to leave a comment.