This is a short guide on how to use Local Triggers and HTTP Real Time Events on a Signagelive Player to trigger an Interrupt on a player to switch between a full screen Playlist and a multi zone Layout.
To be able to use HTTP Real Time Events you will need to contact Signagelive support so that this can be enabled on your Signagelive Network.
Supported Players
The Signagelive players which currently support local triggers are BrightSign and Electron (PC and macOS).
Guide
The best way for this process to work, is if you publish the full screen content to your player as default / scheduled content, and the Layout content to your player as an Interrupt.
1. Publish the Interrupt to your Player
You will need to follow the standard Signagelive process to publish a Layout to your player. This guide walks you through this process. You will need to make a note of the Key Press you select as the Start Trigger for the interrupt.
2. Configure a Network Real Time Event
We will be configuring a Network Real Time Event so that it can be re used and so that we don’t have to configure the full event against multiple media assets if we wish to reuse it, we can just select the network template.
- Log in to your Signagelive network
- Navigate to Settings > Real Time Events
- Click on the + button and select “Custom Event”
- Name your Real Time Event something which is memorable.
- For example: 'Interrupt A Localhost Trigger'
- Select Asset Complete
- Select HTTP
- Set the Type to POST
- Enter the URL: http://localhost:6200/interrupts/trigger
- Add a New Header with the values:
- Name: Content-Type
- Value: application/json
- Select the Body tab and enter the object mentioned below
- Click Save
Structure of an Interrupt object:
{
"triggerKey":"{{Key Press selected when publishing the interrupt}}"
}
Example of the full object:
{
"triggerKey":"A"
}
3. Configuring The Real Time Event to be sent
Now we have created the Real Time Event, we need to configure which Media Asset in your full screen Playlist will send the trigger, and therefore after it has played, the player will switch to the Layout interrupt.
- Navigate to the Playlist Creator (Content > Playlists)
- Locate the trigger asset you wish to use, find it in your Media Asset library
- Open the Media Asset properties
- Go to the Real Time Events tab
- Click on the + button and select From Template
- Select the Real Time Event you just created from the drop down list and click OK
- Click OK on the Media Asset properties modal
You can publish this to multiple Signagelive players, and if the interrupt is published to those players, when this media asset finishes playing, it will trigger the published interrupt.
Comments
0 comments
Please sign in to leave a comment.