All Collections
Troubleshooting
Trouble uploading videos
Trouble uploading videos

This will help you if your upload fails or how to build your video workflow to handle large videos.

api.video avatar
Written by api.video
Updated over a week ago

Are you running into an issue getting a video uploaded? This often happens because the video is too big for your respective bandwidth.
โ€‹
In this situation, you will typically see that the video will partially upload but then doesn't continue. It may seem like your video is trying to upload for hours.

Perhaps you will get the error: HTTP 413: Request Entity too Large.


โ€‹

There are two possible solutions:

  1. Edit your server settings to allow for larger uploads

  2. Break your video file down into smaller segments

This tutorial will explain how breaking the large video file into smaller segments to upload each separately will solve your problem: https://api.video/blog/tutorials/uploading-large-files-with-javascript.

Did this answer your question?