You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# VSM controlled - KALEIDO HTML OVERLAY
2
2
3
3
Generate you own HTML overlay for your video stream.
4
+
It supports as many kaleido outputs as you wish, and each output can have a different layout. Use localhost:3000/?output=xx to select output. The default setup are configured with 4 outputs.
4
5
5
6
## Installation
6
7
Download and run latest .exe release from:
@@ -16,15 +17,15 @@ run "kaleido-ember-win-x64.exe" on your CasparCG machine.
16
17
Setup Decklink to use internal keyer (only some Decklink cards support this)
17
18
18
19
Call command:
19
-
play 1-11 [html]http://localhost:3000
20
+
play 1-11 [html]http://localhost:3000/?output=1
20
21
21
22
Calling layout from Lawo Ember viewer:
22
23
run ember viewer.
23
24
Add connection:
24
25
localhost: 9000
25
26
26
27
### Changing layout
27
-
The htmloverlay-settings.json i located in your homefolder, and can be edited. Changes can be seen live either in CCG or in a browser using "http://localhost:3000"
28
+
The htmloverlay-default-layout.json i located in your homefolder, and can be edited. Changes can be seen live either in CCG or in a browser using "http://localhost:3000/?output=xx"
28
29
The file will be crerated with defualt layout at first run.
0 commit comments