comparison show/dance2022/networking.n3 @ 2117:0cc39aa3baf8

start new show with music paths and some light chan notes
author drewp@bigasterisk.com
date Thu, 02 Jun 2022 20:05:21 -0700
parents
children
comparison
equal deleted inserted replaced
2116:f38ecdcd368e 2117:0cc39aa3baf8
1 @prefix : <http://light9.bigasterisk.com/> .
2 @prefix show: <http://light9.bigasterisk.com/show/> .
3 @prefix sh: <http://light9.bigasterisk.com/show/dance2022/> .
4
5 # Use ip addrs in here to avoid an issue where nginx returns 502
6 # errors for ~10sec after a service (re)starts. I haven't found a fix
7 # for that in the nginx config.
8
9 show:dance2022 :networking sh:netHome .
10 sh:netHome
11 :captureDevice <http://localhost:8215/>;
12 :effectEval <http://localhost:8204/>;
13 :effectSequencer <http://localhost:8213/>;
14 :keyboardComposer <http://localhost:8205/>;
15 :musicPlayer <http://localhost:8206/>;
16 :paintServer <http://localhost:8214/>;
17 :rdfdb <http://localhost:8209/>;
18 :subServer <http://localhost:8211/>;
19 :vidref <http://localhost:8212/>;
20 :webServer <http://localhost:8200/>;
21 :timeline <http://localhost:8216/>;
22 :live <http://localhost:8217/>;
23 :effectListing <http://localhost:8218/>;
24 :fade <http://localhost:8219/>;
25
26 :collector <http://localhost:8202/>;
27 :collectorZmq <http://localhost:8203/> .
28
29 :captureDevice :urlPath "captureDevice" .
30 :collector :urlPath "collector" .
31 :dmxServer :urlPath "dmxServer" .
32 :effectEval :urlPath "effectEval" .
33 :effectSequencer :urlPath "effectSequencer" .
34 :keyboardComposer :urlPath "keyboardComposer" .
35 :musicPlayer :urlPath "ascoltami" .
36 :paintServer :urlPath "paintServer" .
37 :rdfdb :urlPath "rdfdb" .
38 :subServer :urlPath "subServer" .
39 :vidref :urlPath "vidref" .
40 :timeline :urlPath "timeline" .
41 :live :urlPath "live" .
42 :effectListing :urlPath "effectListing" .
43 :fade :urlPath "fade" .