toro icon indicating copy to clipboard operation
toro copied to clipboard

Video list auto playback made simple, specially built for RecyclerView

Results 102 toro issues
Sort by recently updated
recently updated
newest added

Getting errors when running the project. I was using the below configuration in the project. ``` maven { url "http://dl.bintray.com/piasy/maven" } implementation 'im.ene.toro3:toro:3.7.0.2804-SNAPSHOT' implementation ('im.ene.toro3:toro-ext-exoplayer:3.6.0.2802') ``` And it's working fine...

What kind of issue is this? - [x] Bug report. If so, please supply the way to reproduce the issue, including addition information as follow: - Toro version: 3.7.0.2010003 -...

How to disable auto play, but user can still play/pause manualy? or disable auto play when network is on GPRS, and enabl auto play when on WIFI or 4G?

Hi i want to know how to implement autoplay video like instagram which contain single image, single video and viewpager (contain image and video). tq

Toro version: latest_release = '3.6.2.2804' Gradle: **implementation "im.ene.toro3:toro:${latest_release}" implementation "im.ene.toro3:toro-ext-exoplayer:${latest_release}" // to get ExoPlayer support** - Exoplayer: **implementation("com.google.android.exoplayer:exoplayer:2.12.2") implementation 'com.google.android.exoplayer:exoplayer-ui:2.12.2'** - Android Device: Any - OS: Any - Device name:...

Hi @eneim , I'm trying to automatically resize my SimpleExoPlayerView view according to its width. So that's my layout: ` and that's the code I initialise the playerview: imageContent.setVisibility(View.GONE); simpleExoPlayerView.setVisibility(View.VISIBLE);...

Hi, Please update the Wiki to Version 3.

java.lang.NoSuchMethodError: No direct method (Lcom/google/android/exoplayer2/RenderersFactory;Lcom/google/android/exoplayer2/trackselection/TrackSelector;Lcom/google/android/exoplayer2/LoadControl;Lcom/google/android/exoplayer2/drm/DrmSessionManager;)V in class Lcom/google/android/exoplayer2/SimpleExoPlayer; or its super classes (declaration of 'com.google.android.exoplayer2.SimpleExoPlayer' appears in /data/app/com.architectica.socialcomponents-YF9M7H9a9efK3DXdaFg6gw==/base.apk) at im.ene.toro.exoplayer.ToroExoPlayer.(ToroExoPlayer.java:47) at im.ene.toro.exoplayer.DefaultExoCreator.createPlayer(DefaultExoCreator.java:118) at im.ene.toro.exoplayer.ToroExo.requestPlayer(ToroExo.java:153) at im.ene.toro.exoplayer.PlayableImpl.ensurePlayer(PlayableImpl.java:261) at im.ene.toro.exoplayer.PlayableImpl.ensureMediaSource(PlayableImpl.java:251) at im.ene.toro.exoplayer.PlayableImpl.play(PlayableImpl.java:101)...

Toro Version - im.ene.toro3:toro:3.7.0.2804-SNAPSHOT Android - Any Device Name - Any Issue - When I play an adaptive bit rate HLS stream in toro Recycler view it plays highest resolution...