Krupen / AutoplayVideos

Android library to auto-play/pause videos from url in recyclerview.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Media controller

test220492 opened this issue · comments

commented

How to add media controller in AutoplayVideo lib?
I fail to integrate video controller and horizontal progress of video duration?
please help with this issue.

Hi,

You can get the MediaPlayer of the video by calling holder.getAah_vi().getCustomVideoView().getMediaPlayer() in the Adapter for RecyclerView. You can add any type of controls by using this MediaPlayer instance.

I hope the issue is resolved, if not feel free to re-open this issue.

holder.getAah_vi().getCustomVideoView().getMediaPlayer() is giving "null". Please help me get the media player in my adapter.

How to add media controller in AutoplayVideo lib?
I fail to integrate video controller and horizontal progress of video duration?
please help with this issue.

Hey,
Did you able to integrate video controller and horizontal progress of video duration? If yes please help me I want the same feature in my app.

same