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

Vimeo Playback: Retrieve full stream #632

Open
kila58 opened this issue Jul 2, 2024 · 1 comment
Open

Vimeo Playback: Retrieve full stream #632

kila58 opened this issue Jul 2, 2024 · 1 comment

Comments

@kila58
Copy link

kila58 commented Jul 2, 2024

The crawler is working great, but struggles with Vimeo embeds that stream the video in chunks while playing. It will capture the first few seconds of a Vimeo embed as if it just pressed play, but the rest of the video fails to load as it hasn't buffered fully.

Example: https://wewillteachyouleague.com/

I know this is a pretty specific use case, so alternatively could I use behaviors to interact with the embed and load it fully? I've tried previously using a browser extension but I was struggling with puppeteer's support for that.

@ikreymer
Copy link
Member

Yes, this is something we'd like to improve, and something that we'll likely have better support for in the future.

For now, if you know how long the video is, you can add a wait for the video to finish playing, eg: --postLoadDelay 35, I checked and that works for the page above for example, as its a ~35 second video.

This won't give you a single stream, but should include all of the chunks.

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

No branches or pull requests

2 participants