Skip to content

Instantly share code, notes, and snippets.

@pniedzwiedzinski
Created September 27, 2020 13:18
Show Gist options
  • Save pniedzwiedzinski/e5071d8db0e6c70d0809c6844502a1f4 to your computer and use it in GitHub Desktop.
Save pniedzwiedzinski/e5071d8db0e6c70d0809c6844502a1f4 to your computer and use it in GitHub Desktop.
Enable casting in brave

~/Library/Application Support/BraveSoftware/Brave-Browser/Local State - json file

jq .browser.enabled_labs_experiments - array of string

@1 - enabled, @2 - disabled

For chromecast it should be:

  "enabled_labs_experiments": [
      "enable-webrtc-new-encode-cpu-load-estimator@2",
      "load-media-router-component-extension@1",
      "media-router-cast-allow-all-ips@2"
  ],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment