From: Helge Norberg Date: Wed, 15 Jun 2016 18:41:15 +0000 (+0200) Subject: #346 #441 Added remote debugging support in html producer. X-Git-Tag: 2.1.0_Beta1~75 X-Git-Url: https://git.sesse.net/?p=casparcg;a=commitdiff_plain;h=f2fe60165ee8498a771403a8c38a967f63af5589 #346 #441 Added remote debugging support in html producer. --- 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