charliesbot / react-native-media-controls

A sweet UI component to manipulate your media. Strongly typed.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Video start and end time are wrong.

fabio-C opened this issue · comments

Hi, when I load a video file I got wrong video start and end time.

When I load the example bunny video I got this in the UI:
start 35:00 - end 44:56

Should be:
start 00:00 end 09:56

It's like a wrong offset added. Why this happend?


Android
react-native": "0.62.2
react-native-video": "^4.4.5
react-native-video-controls": "^2.4.0

Hi! is this just happening in android? Which android version are you using?

Android 9.
I am using the example provided in this repo.

This is a screenshot of the video.
https://imgur.com/a/WnNfYf7

thanks! will take a look. I recently bumped the react-native-video version, so it might be related.

the same for iOS
"react-native": "0.61.5",
"react-native-video": "^4.4.5",
"react-native-media-controls": "^2.0.1"

Fixed in version 2.0.2 (I just published that version in npm)

image