Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

when I trim the video and send to firebase it showing "type" as application/octet-stream instead of video/mp4 why how can I fix this #48

Open
thealpha opened this issue May 29, 2018 · 2 comments

Comments

@thealpha
Copy link

when I trim the video upload it to firebase it showing "type" as application/octet-stream instead of mp4
screen shot 2018-05-29 at 1 28 51 pm
see this image

@RobertTadevosyan
Copy link

Problem is with com.googlecode.mp4parser:isoparser:1.1.22 it some how fucks up the file.
last version that doesn't mess up things is com.googlecode.mp4parser:isoparser:1.1.14

I wasted whole day to fix this f***ing issue :)

@Inihood1
Copy link

Inihood1 commented Nov 9, 2019

I think you need set the extension of the video manually

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants