Pause and resume to work via Udp?
I have a setup with one HD1010 (master) and one HD210 (slave), there are a number of buttons connected to the HD1010 via the GPIO connector. When I press a button it starts a film on the HD1010 and it triggers another film in sync on the HD210 (using the sync command). I would futher like to be able to pause the to films simultaneously when pressing another button. I set it up in Brightauthor so the HD1010 first pauses its film, then sends a udp command "pausefilm". The HD210 is setup to pause its film with the udp input command (listening for "pausefilm"). I have no problem starting films in sync when I push the film button (so the network is working fine) but I cannot get the pause command to trigger on the slave unit, the master pauses but the slave keeps on playing. Shouldn't it be possible to set it up this way or am I missing something? I have static IP-addresses on both machines, both Udp-ports (destination and receiver) are set to 3000 on both machines and a straight network cable between them.