You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using your dependancy for trimming or compressing local video from iOS device. video compression work very well for my app but when I try to trim video some time they trimmed well and some time give me warning shown as below and not trim my video.
Possible Unhandled Promise Rejection (id: 0):
"Failed: Optional(Error Domain=AVFoundationErrorDomain Code=-11800 "The operation could not be completed" UserInfo={NSLocalizedFailureReason=An unknown error occurred (-16357), NSLocalizedDescription=The operation could not be completed, NSUnderlyingError=0x6000019c3840 {Error Domain=NSOSStatusErrorDomain Code=-16357 "(null)"}})"
Hi Shahen94,
I am using your dependancy for trimming or compressing local video from iOS device. video compression work very well for my app but when I try to trim video some time they trimmed well and some time give me warning shown as below and not trim my video.
Possible Unhandled Promise Rejection (id: 0):
"Failed: Optional(Error Domain=AVFoundationErrorDomain Code=-11800 "The operation could not be completed" UserInfo={NSLocalizedFailureReason=An unknown error occurred (-16357), NSLocalizedDescription=The operation could not be completed, NSUnderlyingError=0x6000019c3840 {Error Domain=NSOSStatusErrorDomain Code=-16357 "(null)"}})"
please give me your suggestions.
My packages versions are :
"react": "^17.0.2",
"react-native": "^0.67.4",
"react-native-video-processing": "^2.0.0",
The text was updated successfully, but these errors were encountered: