"No Playable Sources Found" When Embedded on Twitter
Hey JWPlayer,
Encountering a weird bug. We do iFrame embedding, and noticed that when we are embedded on Twitter we always get the bug "No Playable Sources Found" with the exclamation mark sign. I take a look at the embed, here is how twitter does it:
<iframe src="https://v.traileraddict.com/8285" data-src="https://v.traileraddict.com/8285" scrolling="no" allowtransparency="true" sandbox="allow-popups allow-same-origin allow-scripts" frameborder="0"></iframe>
That creates the error. But then there is another https site that embeds the same video, without any error:
<iframe class="movieTrailerIframe" src="https://v.traileraddict.com/8285" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" scrolling="no" height="402" width="700"></iframe>
I can create the error here, showing how one works and one does not, the embed setups:
http://www.traileraddict.com/test-static.html
What gives?
Cheers!
Ryan