Mohamed Swadique K

Results 2 comments of Mohamed Swadique K

Hi , Still i got the issue "Error: Failed to get preview at requested position." , Anyone please help me

Solution: Replace all retriever.release(); in react-native-video-processing/android/src/main/java/com/shahenlibrary/Trimmer/Trimmer.java with ``` try { retriever.release(); } catch (IOException ex) { // handle the exception here } ```