Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Play vimeo domain restricted videos on mobile app

i have some private vimeo videos with domain restricted for my website, now i need to create a mobile app for the website and integrate these videos. Is it possible with the restricted domain? How do i integrate them with my phonegap app?

like image 601
user1891316 Avatar asked Nov 11 '22 22:11

user1891316


1 Answers

In Vimeo's new (currently in beta) API3, PRO members have direct access to their video files. This is the only supported way of implementing Vimeo videos into a mobile devices native player.

You can request access at https://vimeo.com/help/contact

Some webviews support embedding Vimeo videos, but I do not know how embed privacy works in that context.

like image 56
Dashron Avatar answered Nov 15 '22 05:11

Dashron