vimeo video doesn't play
Youtube is playing fine. I haven't tried other sources than yt and vimeo, and the latter doesn't even show the play button.
Hi Dana, My vimeo is working fine. Are you using a url like this one ? https://vimeo.com/273296828
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?
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.
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?