maitrungduc1410 / react-native-video-trim

Video trimmer for React Native App
MIT License
37 stars 14 forks source link

[Feature Request | Bug] Ensure Video File Readiness Within `showEditor()` Before Saving #36

Closed anonymousDog12 closed 1 month ago

anonymousDog12 commented 3 months ago

Greetings~

Issue Description

Potential Cause and Suggested Solution

Thank you for investigating the issue and considering this suggestion!


P.S. this is the video file I used for testing.

https://github.com/maitrungduc1410/react-native-video-trim/assets/27938057/96e2b4d1-3126-4d16-959f-b41a26d7db98

maitrungduc1410 commented 3 months ago

Great suggestion, I'll add this in next release.

Thank you 🙏

maitrungduc1410 commented 2 months ago

hi @ChangyuYan on which platform did you encounter the issue?

I just reviewed my code, actually the readiness of the video player should not affect the trimming process, because the process is based on the video URL, so even the player is not ready yet, but the URL is already there and known by the trimmer

What I'm trying to say is, whether the video player is ready or not, it doesn't matter

anonymousDog12 commented 1 month ago

Thank you for your updates, @maitrungduc1410 🙏