Video Storage on Gaia

Hello! I am building a video streaming service called Reframr. So far, I have the profile page up, which takes the username and eventually will hold the videos from the user. It’s quite simple, but I can’t seem to figure out what I should do about storing the videos. The file sizes should be fairly small, so that shouldn’t be a problem. What I need to know is how I should go about storing and serving these videos. I am using blockstack.js.

Thanks in advance!