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
1
vote
2 answers

Getting video files value null while integrating with Vimeo Networking java Library, to play the video by URI

I used Vimeo Networking Library in my android app to play the video by Video View by useing the official library of Vimeo. I authenticate the API with Token The problem with the code is that it gives me the null value for the videoFiles. When I…
Aditya Anand
  • 367
  • 3
  • 9
1
vote
1 answer

Is Vimeo Player return video size in bytes or mb?

I'm trying to get vimeo video size in react native but i didn't find solution yet. So is there any way to find vimeo video size in React Native?
Sanjay
  • 574
  • 6
  • 16
1
vote
1 answer

How to play vimeo video in android. I have tried using webview. Is there any other way to play vimeo video?

I have tried playing vimeo video using webview. But it doesn't look good, it makes the screen scrollable. Vimeo has suggested one more way to play using native playback, but it has specific requirements to use The basic requirements for native…
Tcurran
  • 11
  • 1
1
vote
0 answers

How to play Vimeo video using Vimeo networking library?

I am using Vimeo for video hosting. But I don't know how to play video in my Android app. I have got the Vimeo-networking library here 'https://github.com/vimeo/vimeo-networking-java' but unable to play video. I am confused which code exacly used…
Bhaskar Jyoti Dutta
  • 1,740
  • 2
  • 15
  • 30
1
vote
1 answer

Do Vimeo support Android Native playback for my app end users?

I am developing a virtual classroom app for coaching centers I want to use Vimeo native playback in Android and iOS app of the students Does Vimeo support Android /iOS Native playback for my app end users? Because I cant understand the terms in…
RagAnt
  • 1,064
  • 2
  • 17
  • 35
1
vote
0 answers

Vimeo and Tus: Upload stuck after few seconds without showing error on Android

After a few seconds from the beginning of the video upload process, the progress bar stops without displaying any errors. I notice that the code freeze in attempt to execute uploader.uploadChunk() (after a few successful attempts). My previous…
1
vote
0 answers

Using JsonReader.setLenient(true) to accept malformed JSON at line 1 column 1 path $

I am trying to integrate Vimeo API in android, and I'm getting the following error: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 1 path $ Here's my code: public void onCreate(Bundle savedInstanceState) { …
1
vote
0 answers

java.lang.AssertionError: Instance must be configured before use

I am trying to integrate Vimeo API into an Android App (Android TV App in specific). I followed the documentation offered by Vimeo vimeo-networking but I kind of got lost. I am getting this error when I run my app: java.lang.AssertionError: Instance…
1
vote
1 answer

Displaying a vimeo video in Android's WebView shows a white blank screen

I'm trying to display a video from vimeo in an Android WebView inside a Dialog. Here is my code: Dialog dialog = new Dialog(this, android.R.style.Theme_Black_NoTitleBar_Fullscreen); dialog.setContentView(R.layout.dialog_help); WebView webView =…
matdev
  • 4,115
  • 6
  • 35
  • 56
1
vote
2 answers

Play Vimeo video in Android , video url containing iframe

Hello i am working on android application in which i want to play vimeo videos , i am getting response from Api in json and playing video using webview and it is playing good , but the webview is displaying very small and the playing video is also…
kim jot
  • 74
  • 2
  • 12
1
vote
1 answer

Vimeo Upload API - "Invalid state" error trying to delete the ticket

I followed step by step of the oficial Vimeo Upload doc: Resumable HTTP PUT Uploads But in the last step, delete the upload link, I always receive a HTTP 500 "Invalid State" response, what invalidates all the process. I have tried everything without…
DBragion
  • 3,651
  • 2
  • 16
  • 12
1
vote
2 answers

Android vimeo video uploading

How to upload video using vimeo SDK com.vimeo.networking:vimeo-networking? In the documentation and example project there is no example how to upload video. Also methods VimeoClient.getInstance().putContent and VimeoClient.getInstance().postContent…
Volodymyr
  • 6,393
  • 4
  • 53
  • 84
1
vote
3 answers

How can I use CastCompanionLibrary for Android to show live Youtube or Vimeo video?

I have succeeded to cast buffered mp4 video (e.g. url like http://a.com/1.mp4) to my TV with the CastCompanionLibrary. But I get "mApiClient or mRemoteMediaPlayer is null" in the debug log when I try to cast a youtube video to the TV. I guess it…
flame3
  • 2,812
  • 1
  • 24
  • 32
1
vote
1 answer

How to send a link to Vimeo?

How can I send a link from the application that I'm doing now to a specific URL? blah.setOnClickListener(new OnClickListener() { @Override public void onClick(View arg0) { Intent browserIntent = new…
Roa
  • 109
  • 7
1
vote
2 answers

Redirecting to Vimeo player

How to launch vimeo intent from android application. I tired using the following link.... http://player.vimeo.com/video/VIDEO_ID But it is getting crashed from Vimeo application with the following error : 11-28 17:46:12.076: E/Vimeo(4144):…
Jay
  • 11
  • 3