Open Safiyya opened 2 weeks ago
Hi @Safiyya, can you try this with the plain video_player plugin and tell me if the same issue occurs?
@OutdatedGuy It seems like its happening with video_player: ^2.9.2
as well, thanks for the suggestion. I'll check my code and will post here when I find a solution in case it helps someone else!
@Safiyya you should try filing an issue in the video_player repo for further assistance and help.
Hi,
I'm using the following code to initialize my player. On debug, I can see the captions are initialized within the controller but when the video plays, only the first line is shown. If I try to show
_controller!.value.caption.start.toString()
instead of the caption text, thestart
is alwaysDuration.zero
.and the widget looks like