Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Video start and end time are wrong. #25

Closed
fabio-C opened this issue May 16, 2020 · 5 comments
Closed

Video start and end time are wrong. #25

fabio-C opened this issue May 16, 2020 · 5 comments
Assignees
Labels

Comments

@fabio-C
Copy link

fabio-C commented May 16, 2020

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

@charliesbot
Copy link
Owner

charliesbot commented May 16, 2020

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

@fabio-C
Copy link
Author

fabio-C commented May 16, 2020

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

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

@charliesbot
Copy link
Owner

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

@vladbars
Copy link

vladbars commented May 17, 2020

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

@charliesbot
Copy link
Owner

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

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants