a914-gowtham / android-video-trimmer

Helps to trim local videos with compress option on Android applications using Exoplayer 2 and FFmpeg.
Other
380 stars 117 forks source link

i got error 'FileNotFoundException' when i want to upload trimmed video to firebase storage #69

Closed ahmadfma closed 2 months ago

ahmadfma commented 3 years ago

c1

Aamir0888 commented 2 months ago

val actualUri = Uri.fromFile(File(videoUri.path))

Use like this before uploading video to server. "actualUri" is now final uri for uploading video.