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.

72 questions
17
votes
2 answers

Vimeo video stops playing on Android 6 devices

I'm trying to play video's from Vimeo in my app. The problem is that on Android 6 devices the video stops playing after a certain time. On devices with a lower API everything plays fine. The time depends on the quality. For the video of the…
Robin Bruneel
  • 1,011
  • 7
  • 22
11
votes
3 answers

vimeo video play in Android native

I am developing vimeo video app in native android. But it is not supported in VideoView. May I know any samples or related query for Android. I want final output to be in .mp3/.mp4 format. I have tried iframe in Android WebView, It works well in…
Rao's
  • 1,051
  • 7
  • 24
  • 45
10
votes
2 answers

Video Uploading Status in Vimeo

I am uploading video in Vimeo using my Application,But some of my videos status are not getting updated I have followed the api document provided in this link: https://developer.vimeo.com/api/upload/videos: I am using below code: public boolean…
Yyy
  • 2,021
  • 13
  • 27
8
votes
2 answers

How to play vimeo videos within my app?

I want to play vimeo videos in my application. I am able to get the Videos from the channel and play in the browser or in the vimeo application, but i want the video to be played in my application. Is there any API for this like open youtube. Please…
wolverine
  • 1,635
  • 5
  • 24
  • 42
6
votes
1 answer

Vimeo :domain-level embed privacy : How to handle video link if someone use inspect webpage and change video id

I am planning to use Vimeo for hosting my educational video series which I want to restrict specific videos to specific user as per what plan / course they have purchased. After lots of googling, I came across one option in Vimeo to set…
5
votes
1 answer

Vimeo API Video.getPlay always returns null

I'm using the official Vimeo Android Library. Here's how I add it: compile 'com.vimeo.networking:vimeo-networking:1.1.1' And here's how I use it: // where mUri is in the following format:…
Mon
  • 730
  • 1
  • 6
  • 18
4
votes
1 answer

Can i Use Vimeo Video streaming for Android Native video view instead of Webview?

I need to use a video streaming service provider for my application in web as well as Android Platform. So i have some questions regarding the video playback. Please help me to solve it. 1 . Is Vimeo video streaming compatible for android native…
3
votes
1 answer

Vimeo video in fullscreen landscape webview

I'm trying to correctly display a Vimeo video in a fullscreen landscape activity. The video has "strange" white margin on top and bottom. These are the webview…
Jumpa
  • 3,731
  • 9
  • 41
  • 86
3
votes
3 answers

Vimeo Video Thumbnail in an ImageView

I am developing an Android app which should display a list of video thumbnails in RecyclerView. A new activity will then play the video for selected thumbnail. How do I set com.vimeo.networking.model.Picture to Android ImageView? My…
Sandeep Yohans
  • 726
  • 11
  • 27
3
votes
0 answers

How to play "Vimeo" video in android application?

Can anyone tell how to play a vimeo video simply in my android application?
Parin Parikh
  • 385
  • 1
  • 6
3
votes
1 answer

Uploaded video to vimeo

I have uploaded video to vimeo but get an message"This video will be available for viewing shortly" if the file size is big. For video of 2/3 secs it does not show this kind of message. Please can anyone help me out?
Yyy
  • 2,021
  • 13
  • 27
3
votes
5 answers

Android Play Vimeo Video

I want to play my Vimeo videos and I've followed the steps in https://github.com/vimeo/vimeo-networking-java. I used this method to get the Video object and then load it into a WebView. VimeoClient.getInstance().fetchNetworkContent(String uri,…
Trancol
  • 177
  • 3
  • 12
3
votes
2 answers

A link to vimeo application but

I have asked what is the code that sends a link from the application that I'm making to the vimeo application; it opens vimeo application but not the video specified in the link, does anybody knows how? vimeo.setOnClickListener(new OnClickListener()…
Roa
  • 109
  • 6
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
  • 552
  • 1
  • 6
  • 16
2
votes
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
2 3 4 5