Closed
Description
Video playback does not work with puppeteer.
Sample code:
const browser = await puppeteer.launch({headless: false}); // reproduces with headless: true too
const page = await browser.newPage();
await page.goto('https://video-dev.github.io/hls.js/demo/');
Expected result: big buck bunny plays at https://video-dev.github.io/hls.js/demo/
Result: no video playback with the error:
your Browser does not support MediaSourceExtension / MP4 mediasource toggle playback controls
Metadata
Assignees
Labels
No labels