Skip to content

Video Playback Fails #291

Closed
Closed
@benjamingr

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions