Questions tagged [vimeo-android]

For issues relating to Vimeo on Android.

Vimeo is a video-sharing website on which users can upload, share and view videos.

An Android App allows to access the platform to watch and share Videos, follow categories, channels, and collections.

70 questions
2
votes
1 answer

Is there a defined list of possible Vimeo resolutions?

I noticed if you upload a video to Vimeo via the api, and the resolution is something non-standard, it will normalize the height during transcoding. Ie, I had a video that was 1920x1050 (NOT 1080), and vimeo normalized it to 1906x1080. Is there a…
Big Guy
  • 712
  • 1
  • 8
  • 21
2
votes
0 answers

Play Private Vimeo Video on Android-Vimeo-Player or Webview

I followed https://github.com/vimeo/vimeo-networking-java to configure Vimeo client(initialized by that accesstoken) on Android using hardcoded access token (has access to public and private videos). but the call of…
Nafiul Alam Fuji
  • 407
  • 7
  • 17
2
votes
1 answer

React Native Android WebView Vimeo Player Control bar dissapearing

So I was facing the problem on React Native WebView on Android where page containing Vimeo video would load and I could play the video, but the control would disappear eventually and I would not be able to control thereafter (pause, etc). I've done…
Yuya
  • 2,221
  • 1
  • 10
  • 16
2
votes
1 answer

How to get the URL from Vimeo , so that I can fetch JSON

I have been roaming around https://developer.vimeo.com for quite a time - but I am not getting the API URL to fetch the JSON - so that I can parse it and play Vimeo video on my android app by parsing the data returned as JSON response. I am not…
Achy97
  • 994
  • 1
  • 14
  • 29
2
votes
1 answer

Attempts in uploading video in vimeo

I have to upload video to vimeo,I am using resumable PUT uploads in which I have uploaded video, then get a 200 response code.Thereafter I verify the upload but the range that api is returning is not the size of my file size. so how many attempts…
Yyy
  • 2,285
  • 16
  • 29
2
votes
2 answers

Upload video to Vimeo in Android

I need to upload video to Vimeo. Can anyone suggest any SDK or library which would help me do that successfully?
Yyy
  • 2,285
  • 16
  • 29
2
votes
1 answer

java.lang.AssertionError: Instance must be configured before use in VimeoSdl library

using this https://github.com/vimeo/vimeo-networking-java for vimeo video player.using compile com.vimeo.networking:vimeo-networking:1.0.1 in build.gradle but still error Getting error: FATAL EXCEPTION: main Process:…
Erum
  • 790
  • 3
  • 14
  • 36
2
votes
1 answer

Listen to vimeo Player events using JavaScriptInterface in Android

I am displaying a vimeo player inside a WebView on Android. My question is:I need track the "play" event and "pause" event or even the "progress of the video" using JavaScriptInterface how can I achieve this ?
Metwalli
  • 1,861
  • 1
  • 18
  • 27
2
votes
1 answer

Vimeo method login networking api Android

First of all, sorry for my english, edit my post is wellcome :D Its possible to get a token with this method? My boss said that the WebView login of vimeo is bad because its difficult to see the button "Allow". So, im trying to do a custom login…
Pablo Cegarra
  • 20,955
  • 12
  • 92
  • 110
2
votes
2 answers

Add token to the header of Vimeo API Android

First of all, sorry for my english, thanks if you edit my question. I need to use my admin account to access for videos on my app. So i must send my token on the header, the docs said: curl -H "Authorization: bearer OAUTH_TOKEN"…
Pablo Cegarra
  • 20,955
  • 12
  • 92
  • 110
2
votes
1 answer

Vimeo OAuth 2 authentication

I am working on Vimeo OAuth authentication in my android application. Here is the api link Vimeo Authentication But i am getting issue on pre Kitkat OS devices that Login button is not taking click on webview client. If any one have any idea about…
najhi ullah
  • 213
  • 3
  • 7
2
votes
1 answer

Any way to link vimeo video to native player on Android?

I am building a portfolio site. I am using the http://player.vimeo.com/video/9999... format for my links. On an iOS device, these links open up in phone's native player and play nicely. But on Android, they open a generally pseudo-page, that plays…
Dan
  • 1,257
  • 2
  • 15
  • 31
1
vote
0 answers

Problem: Vimeo player full screen does not work in a single tab in my react native mobile app

"Fullscreen" and "Exit fullscreen" buttons didn't work as expected. It works only after multiple clicks. When first clicked it shows a tooltip. Subsequent recursive clicks it opens some time. I'm using this library:…
1
vote
1 answer

Vimeo Networking Library Crash for Android 10 platform (api29)

I implemented vimeo networking using vimeo networking library(https://github.com/vimeo/vimeo-networking-java), exoplayer and explained in this post https://stackoverflow.com/a/65737556/8814924 Now the problem is when I was checking with API 30 it…
1
vote
1 answer

How to integrate Vimeo on Android and Website with specific user access

we have purchased a VIMEO account for video streaming. Our websites and android app are running and the user-level restriction to contents is managed by firebase generated token. Now I want to integrate the VIMEO video's to be accessed by our site…