I am trying to play a series of looped video clips using UDP on Bright App. I want looping video continuously until I UDP trigger the next Looped video. The UDP some times advances to the next video sometimes does nothing.
Date
Votes
2 comments
-
Gary Rohrer UDP data packets are not guaranteed to make it to the destination IP, there is no error checking like TCP uses. If you have a busy network and the UDP packet is missed by the Brightsign your program sending the UDP packet does not know to resend, nor does the Brightsign know it was sent something. HTH
-
John Pierce Thanks , still testing
Please sign in to leave a comment.