HTML5에서 비디오에 신뢰를 할당하는 몇 가지 구성 추가:
app.config(function($sceDelegateProvider) {
$sceDelegateProvider.resourceUrlWhitelist([
// allowing same origin resource loads
'self',
// allowing loading from our assets domain
'https://media.w3.org/**']);
});