vimeo / laravel

A Vimeo bridge for Laravel
https://developer.vimeo.com
Apache License 2.0
401 stars 88 forks source link

I am authenticated by token and the video is private #78

Open lucasantoniooficial opened 4 years ago

lucasantoniooficial commented 4 years ago

I am implementing vimeo through the library at Laravel and when I leave the video private only for me the video does not play, the error saying Private video and asks to login.

rudolfbruder commented 3 years ago

I think private videos are playable only on vimeo site after login. Try setting the video playable only on specific domains (localhost etc.) then embed the video.

ikhattaab commented 1 year ago

I think private videos are playable only on vimeo site after login. Try setting the video playable only on specific domains (localhost etc.) then embed the video.

Not exactly, vimeo private videos are playable through the api if authenticated with access token.