Hello, I am trying to embed a Twitch stream on a BrightSign XD1032 unit. The problem is that the video will not load and will stay as a black screen. Here’s the log:
[348474.151] [1102/091344:ERROR:picture_layer_tiling.cc(98)] Check failed: tiles_.find(key) == tiles_.end().
[348474.151] [1102/091344:ERROR:picture_layer_tiling.cc(98)] Check failed: tiles_.find(key) == tiles_.end().
[348895.407] [INFO] [source http://192.168.3.91:8080/js/global-906553aedfcf3a421af19e4dc0c7d639.js:17]: JQMIGRATE: Logging is active
[348895.858] [WARNING][source http://192.168.3.91:8080/js/global-906553aedfcf3a421af19e4dc0c7d639.js:17]: JQMIGRATE: jQuery.browser is deprecated
[348896.233] [ERROR] [source http://192.168.3.91:8080/js/global-906553aedfcf3a421af19e4dc0c7d639.js:30]: Uncaught ReferenceError: SiteOptions is not defined
[348896.821] [ERROR] [source http://player.twitch.tv/js/player.f1db3b13.js:4]: no supported video backend available
[348897.714] [ERROR] [source http://192.168.3.91:8080/js/global-906553aedfcf3a421af19e4dc0c7d639.js:30]: Uncaught TypeError: undefined is not a function
[348899.901] [INFO] [source https://www.facebook.com/connect/ping?client_id=161273083968709&domain=192.168.3.91&origin=1&redirect_uri=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter%2FwjDNIDNrTQG.js%3Fversion%3D41%23cb%3Df12552b64%26domain%3D192.168.3.91%26origin%3Dhttp%253A%252F%252F192.168.3.91%253A8080%252Ff3148ac794%26relation%3Dparent&response_type=token%2Csigned_request%2Ccode&sdk=joey:1]: Given URL is not allowed by the Application configuration: One or more of the given URLs is not allowed by the App's settings. It must match the Website URL or Canvas URL, or the domain must be a subdomain of one of the App's domains.
And here’s the Iframe that I am using:
<iframe src="http://player.twitch.tv/?channel=bobross" frameborder="0" scrolling="no" height="720" width="1280" style="padding-left:150px"></iframe>