Hi,
Here’s the code that I wrote:
var options = {
width : '100%',
height : '100%',
control : true,
autoplay : true
};
player = new Twitch.Player("player", options);
player.addEventListener(Twitch.Player.READY,function(event) {
player.setVideo(id.toString());
});
It’s wired that one is working and the other tablet is not working.
Error message:
Uncaught InvalidStateError: Failed to execute ‘appendBuffer’ on ‘SourceBuffer’: The HTMLMediaElement.error attribute is not null.
player-core-min.js:1 SafeMediaSource update error: DOMException: Failed to execute ‘appendBuffer’ on ‘SourceBuffer’: The HTMLMediaElement.error attribute is not null.
at Error (native)
at n._processUpdates (http://cvp.twitch.tv/1.8.8/player-core-min.js:1:860895)