0

What is the best solution for switching or publishing presentations?

I'm trying to create an application where I can change the content (presentation) with a push of a button. Right now I can do it by sending a UDP command to the players. The problem is I have to link the new presentation every time. I also added a presentation used for emergency so I need it to be linked to every presentation so the content can be overriden anytime. So is there a better solution that just switching using UDP commands?

1 comment

  • 0
    Avatar
    Staci Hoover

    A more robust approach would be to implement a central controller or playlist manager that maps presentations dynamically, so you don’t need to relink each time. This way, your emergency content can be set as a global override, triggered instantly without manual linking.

    e-zpassct

Please sign in to leave a comment.