Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getStream times out after 3000ms #183

Open
patolax opened this issue Dec 13, 2024 · 0 comments
Open

getStream times out after 3000ms #183

patolax opened this issue Dec 13, 2024 · 0 comments

Comments

@patolax
Copy link

patolax commented Dec 13, 2024

Instead of the approch shown on home page if I use puppeteer directly getStream fails and recording does not start. If I use approch on
home page resolution handling is very hard. Is there a way to get this working?

`const browser = await puppeteer.launch({ headless: true });
const page = await browser.newPage();
await page.goto(url);
await page.setViewport({
width: 1080,
height: 720,
});

const stream = await getStream(page, { audio: true, video: true });`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant