You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moreover, I want to add caption/subtitle for video.
I create CaptionView class with load srt file. It runs quite ok when my activity has only single video.
But when I apply to video in listview or recyclerview, it's not working. It runs only first time on last video in list then doesn't run other videos.
I use videoView.getPlayer() in holder to get player to match CaptionView, also I added setFingerprint for my videoview in holder.
Could you suggest me some solutions?
Thank you very much!
The text was updated successfully, but these errors were encountered:
Thanks for your lib.
Moreover, I want to add caption/subtitle for video.
I create CaptionView class with load srt file. It runs quite ok when my activity has only single video.
But when I apply to video in listview or recyclerview, it's not working. It runs only first time on last video in list then doesn't run other videos.
I use videoView.getPlayer() in holder to get player to match CaptionView, also I added setFingerprint for my videoview in holder.
Could you suggest me some solutions?
Thank you very much!
The text was updated successfully, but these errors were encountered: