jhomlala / betterplayer

Better video player for Flutter, with multiple configuration options. Solving typical use cases!
Apache License 2.0
920 stars 983 forks source link

[BUG]--subtitles not showing problem #1067

Closed devyueyue closed 2 years ago

devyueyue commented 2 years ago

External subtitles, the first line of subtitles of the video is not displayed

devyueyue commented 2 years ago

BetterPlayerDataSource( BetterPlayerDataSourceType.network, Constants.forBiggerBlazesUrl, subtitles: BetterPlayerSubtitlesSource.single( type: BetterPlayerSubtitlesSourceType.network, url: 'https:xxxxxxxxx', name: "xxxxxxxxxx", selectedByDefault: true, ), )