Add some config to assign trust to your videos in HTML5:
app.config(function($sceDelegateProvider) {
$sceDelegateProvider.resourceUrlWhitelist([
// allowing same origin resource loads
'self',
// allowing loading from our assets domain
'https://media.w3.org/**']);
});