vime-js / vime

Customizable, extensible, accessible and framework agnostic media player. Modern alternative to Video.js and Plyr. Supports HTML5, HLS, Dash, YouTube, Vimeo, Dailymotion...
https://vimejs.com
MIT License
2.75k stars 154 forks source link

Vimeo video shows a wrong poster. #335

Open stevenli009 opened 1 year ago

stevenli009 commented 1 year ago

When we use Vimeo video URL, the default video poster shows a colorful bar, which is wrong behavior.

image
stevenli009 commented 1 year ago

The root cause could be this line: https://github.com/vime-js/vime/blob/1c5482eccd03be67a32a1589c023ce5d6194a9fd/packages/core/src/components/providers/vimeo/vimeo.tsx#L246

Could you help make the fix(suggest removing this default poster)? Since I don't have PR permission.

stevenli009 commented 1 year ago

Not stable to reproduce though, the Vimeo API above could return the wrong poster.