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
{{ message }}
This repository has been archived by the owner on Jul 20, 2021. It is now read-only.
I'm trying to make online player with subtitles using BetterVideoPlayer.
when i add setCaption(Uri, SubMime), app will close .
by using setCaption(int, SubMime) there is no problem.
player = findViewById(R.id.best_player); player.setCaptions(Uri.parse("https://hollywood.com/subtitle.srt"), CaptionsView.SubMime.SUBRIP); player.setSource(Uri.parse("https://hollywood.com/movie.mkv")); player.start();
Any solutions?
The text was updated successfully, but these errors were encountered:
bahmanworld
changed the title
setCaption(Uri source, SubMime subMime); not working
setCaption(Uri source, SubMime subMime) not working
May 4, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to make online player with subtitles using BetterVideoPlayer.
when i add setCaption(Uri, SubMime), app will close .
by using setCaption(int, SubMime) there is no problem.
Any solutions?
The text was updated successfully, but these errors were encountered: