now i have a problem, i need to allow any URL fro my app.
<video id="example_video_1" class="video-js vjs-default-skin" controls preload="none" width="100%" height="240"
poster="{{post.picture}}"
data-setup='{"example_option":true}'>
<source dynamic-url src="{{post.source}}" type='video/mp4' />
<source dynamic-url src="{{post.source}}" type='video/webm' />
<source dynamic-url src="{{post.source}}" type='video/ogg' />
I'm sorry; your browser doesn't support HTML5 video in WebM with VP8 or MP4 with H.264.
<!-- You can embed a Flash player here, to play your mp4 video in older browsers -->
</video>
thanks.