vimeo-networking-java icon indicating copy to clipboard operation
vimeo-networking-java copied to clipboard

The Vimeo Java (Android) SDK

Results 23 vimeo-networking-java issues
Sort by recently updated
recently updated
newest added

# Summary We are getting the below error while running the Vimeo library error: vimeo-networking-java-develop\modelgenerator\plugin\src\main\java\com\vimeo\modelgenerator\tasks\GenerateModelsTask.kt: (50, 71) : Unresolved reference: sourceSets

Is there a way to get only the audio from the video object (or using the sdk in general)? I want to provide the option to be able to download...

#### Issue Summary I'm using version `1.1.3`. VimeoClient crashes upon `initialize` with the following stack trace: ``` Caused by: java.lang.IllegalStateException: Unable to extract the trust manager on Android10Platform, sslSocketFactory is...

#### Issue Summary Getting the error: > Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 1 path $ #### Here's my code: ``` public void onCreate(Bundle savedInstanceState) {...

#### Issue Summary video restricted #### Reproduction Steps authentication issue. #### Expected Behavior What do you expect to happen as a result of the reproduction steps? #### Actual Behavior What...

#### Issue Summary Hello, I am trying to upload video from Android device on my PRO account using your library and tus. I create an issue (https://github.com/tus/tus-android-client/issues/39) and tus developers...

Can we create a live stream using the Android SDK?

#### Issue Summary I am developing an Android application and it is not reflected in analysis when I use VideoView (.mp4 url) to show the video. But when using WebView...

``` java.lang.NullPointerException: Attempt to invoke virtual method 'void com.vimeo.networking.GsonDeserializer.deserialize(com.google.gson.Gson, java.lang.Object, com.vimeo.networking.callbacks.ModelCallback)' on a null object reference at com.vimeo.networking.VimeoClient$5.success(VimeoClient.java:1169) at com.vimeo.networking.callbacks.VimeoCallback.onResponse(VimeoCallback.java:55) at retrofit2.ExecutorCallAdapterFactory$ExecutorCallbackCall$1$1.run(ExecutorCallAdapterFactory.java:70) at android.os.Handler.handleCallback(Handler.java:873) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:201) at android.app.ActivityThread.main(ActivityThread.java:6810)...

bug

### Issue Summary After receiving the i-frame of a public account video, we extract the link of the video and load it inside a WebView. Everything seems to work correctly...