From f2fe60165ee8498a771403a8c38a967f63af5589 Mon Sep 17 00:00:00 2001 From: Helge Norberg Date: Wed, 15 Jun 2016 20:41:15 +0200 Subject: [PATCH] #346 #441 Added remote debugging support in html producer. --- modules/html/html.cpp | 2 ++ shell/casparcg.config | 3 +++ 2 files changed, 5 insertions(+) diff --git a/modules/html/html.cpp b/modules/html/html.cpp index fdfe31e93..dc7365b4a 100644 --- a/modules/html/html.cpp +++ b/modules/html/html.cpp @@ -26,6 +26,7 @@ #include #include +#include #include @@ -234,6 +235,7 @@ void init(core::module_dependencies dependencies) { CefSettings settings; settings.no_sandbox = true; + settings.remote_debugging_port = env::properties().get(L"configuration.html.remote-debugging-port", 0); //settings.windowless_rendering_enabled = true; CefInitialize(main_args, settings, nullptr, nullptr); }); diff --git a/shell/casparcg.config b/shell/casparcg.config index 076e4b0fa..efc5c51c2 100644 --- a/shell/casparcg.config +++ b/shell/casparcg.config @@ -57,6 +57,9 @@ auto [auto|1..] + + 0 [0|1024-65535] + true [true|false] 256 -- 2.39.2