Skip to content

Commit

Permalink
fix: html debugger connection closes #1512
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Dec 21, 2023
1 parent 8c716f6 commit 6b998ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/html/html.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ class renderer_application
command_line->AppendSwitch("enable-media-stream");
command_line->AppendSwitch("use-fake-ui-for-media-stream");
command_line->AppendSwitchWithValue("autoplay-policy", "no-user-gesture-required");
command_line->AppendSwitchWithValue("remote-allow-origins", "*");

if (process_type.empty() && !enable_gpu_) {
// This gives more performance, but disabled gpu effects. Without it a single 1080p producer cannot be run
Expand Down

0 comments on commit 6b998ab

Please sign in to comment.