Giter Site home page Giter Site logo

video-player-recyclerview's Introduction


Playing Video in a RecyclerView with ExoPlayer

Read the blog post for a guide: Blog Post

video-player-recyclerview's People

Contributors

mitchtabian avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

video-player-recyclerview's Issues

Nested recyclerview

Hi,

Thanks for great library sort of project.

I have a requirement to create feed like instagram in which we can have nested horizontal recyclerview. Can you help me how can we achieve the same?

When list loaded first video not play

Thank you
I have problem
When list loaded first video not play and when i scroll list first video playing
I want when list loaded first video play without scroll list
Please help me
Thanks

Background video pause

how to video pause in background? and how resume when foreground comes from background?

Video Buffer data Re-set while recycler view scroll

Hi,
Video buffer data Re-set while recycler view scroll, Video start loading from start even if video already buffer. It's loo like video view is not stable.
Do you have any solution to avoid re-loading and maintain state of videoView?
Thanks

Getting white screen.

I am implemented this solution with recylerview, But my video is playing proper but when the video play I get the white screen , I am not able to see the video which playing. Please help me out from it

<FrameLayout
    android:id="@+id/mediaContainer"
    android:layout_width="match_parent"
    android:layout_height="200dp"
    android:background="@android:color/black"
    android:scaleType="center"
    app:layout_constraintEnd_toEndOf="parent"
    app:layout_constraintStart_toStartOf="parent"
    app:layout_constraintTop_toTopOf="parent">

    <ImageView
        android:id="@+id/ivVolumeControl"
        android:layout_width="25dp"
        android:layout_height="25dp"
        android:layout_gravity="end|bottom"
        android:layout_marginEnd="15dp"
        android:layout_marginBottom="15dp"
        android:alpha="0"
        android:animateLayoutChanges="true"
        android:scaleType="centerCrop"
        android:src="@drawable/ic_bolt_small" />


    <ProgressBar
        android:id="@+id/progressBar"
        style="?android:attr/progressBarStyle"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_gravity="center"
        android:visibility="gone" />


</FrameLayout>

I am getting this issue because I am using notifyDataSetChanged , thats why I am getting this issue , Please help me in that how can I solve it.

How To Rotate the video surface view or rotate view

hi , i want to rotate the video but it is not happening:

i tried everything , rotating framelayout doesn't work
rotating player is also not working

even rotating recycler view video seems to be fixed aspect ratio.

please guide how can i rotate videos in recycler view.

Thank you Waiting.

progressbar

progress bar is showing in 3 items simultaneously

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.