Show time of video #171
Unanswered
mahmood-heja
asked this question in
Q&A
Replies: 1 comment
-
To get current position of the video, simply call this: _betterPlayerController.videoPlayerController.value.position; To show current position in the UI, pass this configuration to BetterPlayer: BetterPlayerConfiguration betterPlayerConfiguration =
BetterPlayerConfiguration(
controlsConfiguration: BetterPlayerControlsConfiguration(
enableProgressText: true,
),
); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
best way to show current duration of seek video or make listen to position of video ?
Beta Was this translation helpful? Give feedback.
All reactions