I'm currently uploading profile videos to the public folder.
The cool thing here is that you can simply use the public URL in your HTML5 video tag to stream it.
I could do another route call that only logged in users could access, but this apparently affects performance a lot based on this answer.
Is there a way that if you put the URL in the browser navbar (meaning, not embbeded in a HTML5 video tag) I don't allow you to acccess the file?
Can I also block calls coming from different domains? (Embbeded in a HTML5 video tag in another site)