
Disabling analytics
I have a premium account and a self hosted JW Player.
The analytics feature tries to request the script https://ssl.p.jwpcdn.com/6/8/jwpsrv.js
Some of my website users have firewall restrictions that forbid the access to p.jwpcdn.com and then the player fails with the error "Could not load plugins: File not found"
I tried, without success, to disable analytics in my config using:
analytics: {
enabled: false,
cookies: false
}
How can I disable analytics or how can I prevent the player from failing if my users can not access the domain p.jwpcdn.com?