0

HD1010 network communication



I am having trouble getting my two 1010s to talk to each other. Based off of available examples (provided early by Roku on the forum), the manual, and my own relative knowledge, I have written up two *.csv's that should work. It seems that I am missing something and I am wasting a lot of time experimenting on something that is pretty basic, and it is getting frustrating as I need to move on from these basics (and without tutorials or more robust examples, I'm not making much headway).

I'm pasting my *.csv's below:

"master"
---------

IMAGEMODE,1,,
VIDEOMODE,1360x768x60p,,
UDPDESTINATIONADDRESS,192.168.1.1,,
UDPDESTINATIONPORT,7000,,
UDPRECEIVERPORT,7001,,
,,,
EVENTS,,udp:playIntro,videoend
STATE,static.jpg,intro1.ts,
,waits for master UDP,trig from master UDP,
STATE,intro1.ts,,demo_menu.jpg:udpSend(play_two)
STATE,demo_menu.jpg,,

---------

"slave"

IMAGEMODE,1,,
VIDEOMODE,1360x768x60p,,
UDPDestinationAddress ,192.168.1.1,,
UDPDestinationPort,7000,,
UDPReceiverPort,7001,,
,,,
EVENTS,,udp:playIntro,videoend
STATE,intro1.ts:udpSend(playIntro),,demo_menu.jpg
,plays main program,,
STATE,11.ts,,demo_menu.jpg
STATE,asset_0811.ts,,demo_menu.jpg
STATE,demo_menu.jpg,,

1 comment

  • 0
    Avatar
    RokuLyndon


    Can you send me your csv files at <!-- e --><a href="mailto:support@brightsign.biz">support@brightsign.biz</a><!-- e -->? I'll send you a master slave example. You don't need a destination address on the slave, unless it's sending signals to the master also.
Please sign in to leave a comment.