jhomlala / betterplayer

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

[BUG] subtitles are not applying the custom configuration #1215

Open andres9722 opened 1 year ago

andres9722 commented 1 year ago

Describe the bug I am currently using Flutter 3.10.2 in my project. The problem is that the subtitles are not applying the property of outline.

any reason why this happens with that version of flutter?

I really appreciate if you can help me.

*Example code

subtitlesConfiguration: BetterPlayerSubtitlesConfiguration(
        fontSize: 21,
        outlineSize: 5,
}

Screenshots example of the result applying outlineSize of 5. actually, with any value, the border always looks that thin.

image

Flutter doctor Please add flutter doctor output here.

Better Player version

saiddaouddev commented 1 year ago

same here , Failed to parse subtitle line: [WEBVTT, X-TIMESTAMP-MAP=MPEGTS:0,LOCAL:00:00:00.000] knowing that subtitles are working on bitmovin player and vlc