fix: missing subtitles on android
This commit is contained in:
@@ -102,6 +102,8 @@ class _VideoPlayerScreenState extends State<VideoPlayerScreen> {
|
||||
player = Player(
|
||||
configuration: PlayerConfiguration(
|
||||
libass: true,
|
||||
libassAndroidFont: 'assets/droid-sans.ttf',
|
||||
libassAndroidFontName: 'Droid Sans Fallback',
|
||||
bufferSize: bufferSizeBytes,
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user