How to configure videos for remote-controlled playback and play them in any scene

From the tablet’s controller screen, I’d like to remotely trigger playback of videos managed in our CMS on the video wall, and I’m exploring a smarter way to do this. I’d appreciate any ideas you might have.
Note: the video wall is composed of multiple scenes.


Desired Flow

  1. On the controller side, open the “settings” scene and select the video to play.
  2. Store the selected video’s [Item ID] in a global variable.
  3. Use Web Triggers to send that global variable to the video wall.
  4. When the video wall switches to the specified scene, use the received [Item ID] as a key to load and play the video.

Current CMS Structure

  • Title: Text
  • Video: Video file

Problems

  • When I pass the CMS “Video” to a global variable, it only retains the file name, so setting that variable directly as a Video Asset won’t play.
  • Right now, I place an Asset Grid in the playback scene, filter it to match the [Item ID], and play the resulting video.

Questions

  1. Is there a way to play a Video Asset directly from a global variable (file name) without using an Asset Grid?
  2. Or, do you have any other ideas for achieving this more simply?

Hi @wsz,

Firstly, welcome to the community! :smiley:,

Have you seen our Video Wall - Display" & “Video Wall - Remote Control” Sample?

This uses Web Triggers to send a message from one experience to another, which plays a given video depending on the video selected on the control experience.

Which sounds exactly like the use case you mentioned above,

Regarding your issues, it would be best to open a ticket with our support platform then one of our support team can assist you further :slight_smile: .

Kind Regards

Louie

hi Louie.

Thank you very much for your prompt reply.

Have you seen our Video Wall - Display" & “Video Wall - Remote Control” Sample?
I will check.

Regarding your issues, it would be best to open a ticket with our support platform then one of our support team can assist you further

I understand; thank you