hfl-signage-player
hfl-signage-player copied to clipboard
Question
Great work henrik! Im assuming that if I install on multiple devices/players I just use the ipaddress/sign or /playlist to manage correct? or do you have a main dashboard?
I’m glad you like it!
:smiley:
I’m not exactly sure what you are asking, so if this doesn’t answer your question, don’t hesitate to clarify!
:slightly_smiling_face:
The heart of this project is Back-end. For each instance of it there should be exactly one instance of Management UI (which adds and edits its data) and exactly one instance of Front-end (which reads data from it). These instances form a trio, the members of which exclusively interact with each other. You can make other trios, but a trio cannot interact with another trio.
Additionally, you can have one or more browser instances which use the Management UI; and one or more browser instances which play playlists in the Front-end.
The sub-project (Back-end, Front-end, & Management UI) instances only provide playlists for the browsers to view, and aren’t designed to send commands to the browsers. For example, only the browsers themselves can stop, switch, or refresh the playlists they’re playing.
All instances can be running on the same device, or different devices, or any combination thereof; as long as they can connect to each other, obviously.