Premium players can be syncronised as long as they're all playing the same playlist and are on the same local network:
- Add this custom setting to the primary player:
- Name: syncmode
Type: string
Value: master
- Name: syncmode
- Add this custom setting to the secondary player(s):
- Name: syncmode
Type: string
Value: slave
- Name: syncmode
Specify different multicast IP and port to add multiple sync groups to the same local network:
- Add these custom settings to each player in a sync group:
- Name: Network.Multicast.IP
Type: string
Value: 224.1.1.124 - Increase the last number for each sync group (224.1.1.124 -> 224.1.1.125) - Name: Network.Multicast.Port
Type: int
Value: 4000
- Name: Network.Multicast.IP