vimeo / laravel

A Vimeo bridge for Laravel

Home Page:https://developer.vimeo.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I am authenticated by token and the video is private

lucasantoniooficial opened this issue · comments

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.

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.

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.