Testing compatibility with browsers in different OSes
It has been reported (and I experienced), some issues on Chrome for MacOS and Windows.
Helpful command line for Chrome to get the logs:
/path/to/binary --enable-logging --v=1 --user-data-dir=/path/to/tmp
Then look for all logs in /path/to/tmp/chrome_debug.log
| Chrome 77.0.3865.120 (stable) | Firefox Dev Edition (70.0b14) (*) | |
|---|---|---|
| Linux (Arch) | Audio+Video | Audio+Video |
| MacOS | #36 (closed) | Audio+Video |
| Windows 10 | Audio+Video | Audio+Video (#35) |
(*) Need to enable:
- javascript.options.shared_memory
- gfx.webrender.all
- dom.postMessage.sharedArrayBuffer.bypassCOOP_COEP.insecure.enabled
Edited by Mehdi Sabwat