react-player icon indicating copy to clipboard operation
react-player copied to clipboard

vimeo video doesn't play

Open dshacham opened this issue 4 years ago • 4 comments

Youtube is playing fine. I haven't tried other sources than yt and vimeo, and the latter doesn't even show the play button.

dshacham avatar Aug 26 '21 10:08 dshacham

Hi Dana, My vimeo is working fine. Are you using a url like this one ? https://vimeo.com/273296828

AlvesJorge avatar Aug 31 '21 21:08 AlvesJorge

I've realized that it's with videos that aren't rated and one must be logged into vimeo to watch. is there a way to bypass that?

dshacham avatar Sep 01 '21 14:09 dshacham

Wouldn't bet on it, but maybe there is a way. But i'm glad you found out the reason why it isn't working.

AlvesJorge avatar Sep 01 '21 19:09 AlvesJorge

Vimeo video plays in local but not in any testing environment. The https://player.vimeo.com/api/player.js which is used in React Player for Vimeo videos is throwing (blocked:csp) error. URL used: https://vimeo.com/{video_id} Browser: Chrome

<ReactPlayer url={'https://vimeo.com/{video_id}'} />

Any suggestions to fix this?

keerthiyml avatar May 11 '22 11:05 keerthiyml