shahen94 / react-native-video-processing

Native Video editing/trimming/compressing :movie_camera: library for React-Native
https://shahen94.github.io/react-native-video-processing/
MIT License
1.25k stars 326 forks source link

[iOS] TypeError: Cannot read property 'compress' of undefined #284

Closed ahmadzahidglixen closed 3 years ago

ahmadzahidglixen commented 4 years ago

Current Behavior

ProcessingManager.compress(path, compressoptions) Calling the compress method gives this error on iOS. However when I call the same method on Android it works fine.

Your Environment

software version
react-native-video-processing Bunhouth/react-native-video-processing
react-native 0.61.2
Jkiten commented 4 years ago

Hello, I am in the same situation right now. Anyone solve it?

coschmit commented 4 years ago

Hello, I am in the same situation right now. Anyone solve it?

nope :( If someone found solution ^^

BunHouth commented 4 years ago

Current Behavior

ProcessingManager.compress(path, compressoptions) Calling the compress method gives this error on iOS. However when I call the same method on Android it works fine.

Your Environment

software version react-native-video-processing Bunhouth/react-native-video-processing react-native 0.61.2

I don't see any issue. check example here https://github.com/BunHouth/react-native-video-processing/blob/master/RNVideoProcessingDemo/VideoProcessing.js#L59

ahmadzahidglixen commented 3 years ago

@BunHouth Thanks for the help Got this one resolved comparing with the example.