-
Notifications
You must be signed in to change notification settings - Fork 14
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
Speed up video upload times #15
Comments
@rajdeepbharati any idea what's causing the slow upload time? Is the culprit the |
The upload stage seems to progress at a reasonable lick. The percentage completion readout progresses responsively. (Or at least - that's how it appears to the front-end user.) |
Looking into it. |
I just changed the server region, the upload/processing has become fast at my end now. Could you try it out too? @geebotron Actually in the "finishing up" stage, the video is being transcoded in the livepeer network, so it might take some time (though it shouldn't take 2 minutes). @adamsoffer You can keep this issue open for now |
OK - when I successfully used firefox to upload the 6.5MB vid, I was on a Windows laptop. I opened up the network debugging tools in FF to observe the network interactions on both machines. On the Windows machine, I noticed a domain: |
Could you give an estimate of the time it is taking in "uploading x%" and "finishing up" stages, and whether it is still stuck? |
Uploading took under a min. Still stuck at "finishing up" now after 15+ mins. |
@geebotron could you share the file that you uploaded (the one which got stuck)? |
Ah. Sorry I have deleted it that specific file. It was just a minute long clip generated with FFMPEG from a longer movie file. |
It looks like there's some issue transcoding that file. Can you create another clip (using ffmpeg) from that movie file and share? |
The MP4 files I have used so far have been snippets of longer files recorded off British free-to-air TV. When I get chance I'll create a selection of new snippets of different lengths file sizes and use HD and SD etc. |
Here are three video clips that I used to test the upload.
These are the switches I used to convert
I think the reason for the hang-ups I noticed before, were due to the codec of the video clips I attempted to upload being the same default codec that was broadcast via UK SD TV - mp4v. So it seems Hope this helps. |
Yes, you're right. It currently just supports h264 encoded mp4. We should return a failure in this case. Thanks for reporting the issue. |
As reported by user @geebotron a video only 6.5MB in size takes 2-3 mins to upload. As a user, file upload times should be on par with other video hosting solutions such as https://streamable.com and https://stream.new.
The text was updated successfully, but these errors were encountered: