Mercurial > code > home > repos > light9
comparison show/dance2019/networking.n3 @ 2103:1ef921880e37
start fade (replaces KC)
author | drewp@bigasterisk.com |
---|---|
date | Wed, 01 Jun 2022 01:12:23 -0700 |
parents | 4248f40ddcae |
children |
comparison
equal
deleted
inserted
replaced
2102:9c2e1b5c16e9 | 2103:1ef921880e37 |
---|---|
19 :vidref <http://localhost:8212/>; | 19 :vidref <http://localhost:8212/>; |
20 :webServer <http://localhost:8200/>; | 20 :webServer <http://localhost:8200/>; |
21 :timeline <http://localhost:8216/>; | 21 :timeline <http://localhost:8216/>; |
22 :live <http://localhost:8217/>; | 22 :live <http://localhost:8217/>; |
23 :effectListing <http://localhost:8218/>; | 23 :effectListing <http://localhost:8218/>; |
24 :fade <http://localhost:8219/>; | |
24 | 25 |
25 :collector <http://localhost:8202/>; | 26 :collector <http://localhost:8202/>; |
26 :collectorZmq <http://localhost:8203/> . | 27 :collectorZmq <http://localhost:8203/> . |
27 | 28 |
28 :captureDevice :urlPath "captureDevice" . | 29 :captureDevice :urlPath "captureDevice" . |
37 :subServer :urlPath "subServer" . | 38 :subServer :urlPath "subServer" . |
38 :vidref :urlPath "vidref" . | 39 :vidref :urlPath "vidref" . |
39 :timeline :urlPath "timeline" . | 40 :timeline :urlPath "timeline" . |
40 :live :urlPath "live" . | 41 :live :urlPath "live" . |
41 :effectListing :urlPath "effectListing" . | 42 :effectListing :urlPath "effectListing" . |
43 :fade :urlPath "fade" . |