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
18
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,063
  • 8
  • 22
12
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,087
  • 8
  • 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,285
  • 16
  • 29
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,665
  • 5
  • 24
  • 43
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…
6
votes
2 answers

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
  • 1,010
  • 1
  • 11
  • 19
5
votes
1 answer

The API Vimeo Config doesn't return progressive URL anymore?

I use the API https://player.vimeo.com/video/{vimeo_id}/config to get the streaming URL from the JSON response. But Now the API doesn't return the Streaming URL anymore if it's a new video upload. The old one still has it. Do you have any idea how…
4
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
  • 227
  • 1
  • 4
  • 15
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
  • 4,319
  • 11
  • 52
  • 100
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
  • 929
  • 1
  • 14
  • 36
3
votes
2 answers

Error implementing Vimeo-networking

I have tried many different ways of getting Vimeo networking into my app, but nothing has worked. If I remove the implementation it works just fine so I know this is the issue. compile 'com.vimeo.networking:vimeo-networking:1.1.1' gives me this…
the_kaseys
  • 274
  • 1
  • 2
  • 17
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,285
  • 16
  • 29
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
  • 7
1
2 3 4 5