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

AutoPlay blocking feature breaks Play button on Vimeo videos 👀 #39100

Open
x0bq opened this issue Jun 17, 2024 · 1 comment
Open

AutoPlay blocking feature breaks Play button on Vimeo videos 👀 #39100

x0bq opened this issue Jun 17, 2024 · 1 comment

Comments

@x0bq
Copy link

x0bq commented Jun 17, 2024

⭐️ Brave browser with AutoPlay disabled cannot play videos on its own Vimeo channel.

This bug has been ignored since 2019, see related Github issues here:

#18369
#34784

To reproduce, locate a Vimeo video with your favorite search engine using the search criteria "player.vimeo.com/video" or try this example.


Wrongfully-closed Brave Community topics:

https://community.brave.com/t/vimeo-videos-stop-playing-randomly/73872

https://community.brave.com/t/brave-mobile-wont-play-vimeo-embedded-video/101524

https://community.brave.com/t/vimeo-videos-usually-do-not-play-at-all-in-brave-desktop-for-ubuntu-nor-in-brave-for-ios/210959

https://community.brave.com/t/vimeo-videos-not-playing/263580

https://community.brave.com/t/cannot-play-anything-on-vimeo/309486

https://community.brave.com/t/when-autoplay-is-blocked-vimeo-videos-wont-play-at-all/489738

https://community.brave.com/t/when-brave-blocks-autoplay-vimeo-videos-will-not-play-at-all/520187

@tutacat
Copy link

tutacat commented Oct 22, 2024

This is not the fault of Chromium/Brave browsers, this is the fault of the website implementing javascript. Whatever reason, they have not used a single short-running event, and are starting the playback from some other event/timer so it is not associated with the user action.

Workarounds:

  1. Disable autoplay for websites that break
  2. Click the page while/before it is loading and autoplay will enable that one time
  3. Write a userscript through the internals of the player to make it work

This first workaround is easiest and simplest, and most websites that actually utilise autoplay work fine with this permission, just starting when clicked as usual.

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

2 participants