Hi guys,
I was wondering why does the embed from both Livestream and Ustream are muted on default. But when I tried to embed a Youtube video it is not muted.
This is the embed code from Livestream I randomly picked:
<iframe ng-src="http://livestream.com/accounts/11411948/events/3670123/player?width=300&height=200&autoPlay=true&mute=false" width="300" height="200" frameborder="0" scrolling="no"> </iframe>
I also tried to add $sceDelegateProvide:
.config(function($stateProvider, $urlRouterProvider, $sceDelegateProvider) {
sceDelegateProvider.resourceUrlWhitelist(['self', new RegExp('^(http[s]?):\/\/(w{3}.)?livestream\.com/.+')]);
I really need your help!
Many thanks!