0

HD223 Content sync and loop

Hello,

 

I'm trying set up two HD223 players with separate content but i need it to work so that when content on the first player ends the content on the second player starts and then loop this so it is continuous. I don't want this based on schedule or have to be trigger by a button it should just automatically work when the players are turned on. 

 

is this possible and what is the best way to achieve this?

 

Thanks !  

1 comment

  • 1
    Avatar
    Allen H. Porter

    Look at UDP events.  Player 1 would play it's Presentation.  At the Media End event you would attach a UDP word to be thrown to the network.  On player 2 you would have a UDP listen event that would listen for this thrown word and cause the start of the Presentation on player 2.  At the Media End event on the Presentation of player 2 you would throw a new/unique word to the network and have player 1 listen for that word to start the process again.  You might also want a timed/time-out trigger to start the Presentation on player 1 and not depend solely on the UDP word from player 2 but I am not certain this is the ideal way because I don't know more about your goal.

    At any rate, this is very much within the player's ability.

Please sign in to leave a comment.