I am developing video player on Android with ExoPlayer 2.
I am looking for the way to detect subtitles change in SubtitleView(upper part of screen) to auto-scroll subtitles in TextView(lower part of screen).
It looks there is no listener to do so.
I tried several listener in SubtitleView but no works.
Do you have any ideas?
Here is the library of SubtitleView.
https://google.github.io/ExoPlayer/doc/reference/com/google/android/exoplayer2/ui/SubtitleView.html
This is the video player I am developing.
https://github.com/yuseisako/TangoPlayer 