Let say I have a fleet of Brightsign players named :
Player-A
Player-B
...
I would like each player to access a different URL when it loads a webpage.
example :
- player-A loads http://mysite/player-A
- player-B loads http://mysite/player-B
I certainly want to avoid ingesting one presentation per player as I have many players in my fleet.
Is there some sort of wildcard for the player name to set the webpage URL ?
Any other way to access the player name from within a webpage ?