Just a quick one, but according to https://github.com/berstend/puppeteer-extra/wiki/Using-Google-Chrome-instead-of-Chromium, Chromium gets detected because of the media codec types it supports.
Looks like this repo is already doing a form of codec injection, but since we're injecting the codec already thought it might be good to "patch up" another place where the codec could be exposed (via the MediaSource API).
Thanks
Just a quick one, but according to https://github.com/berstend/puppeteer-extra/wiki/Using-Google-Chrome-instead-of-Chromium, Chromium gets detected because of the media codec types it supports.
Looks like this repo is already doing a form of codec injection, but since we're injecting the codec already thought it might be good to "patch up" another place where the codec could be exposed (via the MediaSource API).
Thanks