Open Unchuris opened 1 year ago
We are working with FileInputStream and have two ways to read it. We should unbind from the string path after reading the FileInputStream.
In some cases, for internal storage files with the path "content:// ..." we will get a read error. (getVideoRotation and getVideoResolution funs)
Example: start the system camera, take a video, get Uri to video in app's internal storage
This issue appeared after support https://github.com/MasayukiSuda/GPUVideo-android/pull/91
We are working with FileInputStream and have two ways to read it. We should unbind from the string path after reading the FileInputStream.
In some cases, for internal storage files with the path "content:// ..." we will get a read error. (getVideoRotation and getVideoResolution funs)
Example: start the system camera, take a video, get Uri to video in app's internal storage
This issue appeared after support https://github.com/MasayukiSuda/GPUVideo-android/pull/91