turingmachine / omxplayer-sync

OMXPlayer-Sync facilitates synchronization of multiple OMXPlayer instances over the network in a master/slave fashion.
194 stars 70 forks source link

multiple slaves #30

Closed sq9 closed 8 years ago

sq9 commented 8 years ago

can multiple slaves point to master, or can master have multiple ip destinations?

turingmachine commented 8 years ago

Yes, the master sends the current position by default to the address 255.255.255.255. Thus they are broadcasted within the current network and will be received by all connected slaves and any other connected network devices.

https://en.wikipedia.org/wiki/Broadcast_address

chuco61 commented 8 years ago

is this an IP address I can use for my Broadcast? Does this also apply to gateway?