I am doing a project that use a lot of videos to display in the gsp. But i don't know how to access the files out of the grails project, the files are in /storage/media directory. I'm trying this:
<video width="640" height="480" id="player" poster="/storage/media/play/Satisfaction - .png" controls="controls" preload="auto">
<source type="video/mp4" src="/storage/media/play/Satisfaction - Play.mp4" />
But it isnt working.
Do someone know how to access it ?
Thanks.