I would like to be able to stream mp4 video files from cloudfront - how do I set this up in mediaelement?
I have an gwt application and I use MediaElement.js to show multimedia contents. If I put on the main page this script <script> // using jQuery $( video,audio ).mediaelementplayer(); <...