I have a radar motion detector which starts a player via gpio. this works fine. Is it ok to attach more players to the same contact so they start in sync? the contact has only 1 phase...
Date
Votes
1 comment
-
Bright Scripters Yes. Easily.
Multiple players sharing a single sensor should work.
Alternatively, if all players are on the same network, UDP messaging could be used.
A master player connected to the sensor, can send a UDP signal to the other players to play content.
Please sign in to leave a comment.