
Unable to load the player within a chrome extension
When loading self hosted JWPlayer within a chrome extension (the jwplayer.js is included in the extension package), it does'nt work. I think it's because of this request "//jwpltx.com/v1/jwplayer6/ping.gif?h=..." : as the protocol in a chrome extension is chrome-extension, jwplayer is trying to load chrome-extension://jwpltx.com/v1/jwplayer6/ping.gif?h=...
How can we remove this call or update anything ?
thanks