Files @ 026a2bce00a8
Branch filter:

Location: light9/show/dance2014/networking.n3

drewp@bigasterisk.com
preview camera at res=1080 to match what vidref will use. didn't help
Ignore-this: 3af03061c6926c0ee718fa0f7c7eb6ab
@prefix : <http://light9.bigasterisk.com/> .
@prefix show: <http://light9.bigasterisk.com/show/> .
@prefix sh: <http://light9.bigasterisk.com/show/dance2014/> .

show:dance2014 :networking sh:netHome .
sh:netHome
  :patchReceiverUpdateHost "localhost";
  :rdfdb            <http://localhost:8051/>;
  :effectEval       <http://dash:8070/>;
  :musicPlayer      <http://dash:8040/>;
  :dmxServer        <http://dash:8030/>;
  :oscDmxServer     <udp://dash:9050/>;
  :curveCalc        <http://dash:8060/>;
  :keyboardComposer <http://dash:8050/>;
  :picamserve       <http://10.1.0.125:8001/>;
  :vidref           <http://dash:8053/> .