From 7acfe5e3d4efcbc670e7acd5c7ea7d61f6ba24d5 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Fri, 23 Mar 2018 16:16:18 +0100 Subject: [PATCH] Remove some obsolete references to CasparCG. --- casparcg.config | 168 -------------------------------------------- nageru/ultimate.lua | 2 +- score.css | 2 +- score.js | 2 +- 4 files changed, 3 insertions(+), 171 deletions(-) delete mode 100644 casparcg.config diff --git a/casparcg.config b/casparcg.config deleted file mode 100644 index 633eee7..0000000 --- a/casparcg.config +++ /dev/null @@ -1,168 +0,0 @@ - - - - media/ - log/ - data/ - template/ - thumbnail/ - font/ - - secret - - - 720p5994 - stereo - - - - 1 - unix:///tmp/caspar.sock - - -c:v rawvideo -vf format=pix_fmts=bgra -f nut -listen 1 - - - - - - - - 5250 - AMCP - - - 3250 - LOG - - - - - diff --git a/nageru/ultimate.lua b/nageru/ultimate.lua index 586b36d..3f51fd8 100644 --- a/nageru/ultimate.lua +++ b/nageru/ultimate.lua @@ -292,7 +292,7 @@ local simple_chains = make_cartesian_product({ return make_simple_chain(input_deint, input_scale, has_overlay, hq) end) --- A chain to show a single static picture on screen. Never with CasparCG overlay. +-- A chain to show a single static picture on screen. Never with HTML overlay. local static_chains = make_cartesian_product({ {true, false} -- hq }, function(hq) diff --git a/score.css b/score.css index 307a1ad..e70a4d3 100644 --- a/score.css +++ b/score.css @@ -247,7 +247,7 @@ body { clip: rect(0px,0px,200px,0px); } -/* these are hidden when actually run in casparcg */ +/* these are hidden when actually run in Nageru */ #area { position: fixed; left: 0px; diff --git a/score.js b/score.js index 1d28e4c..17ac07c 100644 --- a/score.js +++ b/score.js @@ -202,7 +202,7 @@ function update_score() document.getElementById('score').innerHTML = scoreA + " â€“ " + scoreB; } -/* called by caspar only */ +/* called by the Nageru theme only */ function play() { document.getElementById('manualcontrols').style.display = 'none'; -- 2.39.2