Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Disabling analytics


Hello !

I've been trying to disable statistics on my player as some requests to http://p.jwpcdn.com/6/5/jwpsrv.js don't work in some settings.
But with 6.8.4616 (version from jwplayer.html5.js), Chrome is still trying to get the file.

I can't provide a test link since it's only vpn.
We are running a premium edition.

Here's my code :
(The {0} are runtime variables)

jwplayer('videocontainer').setup({
primary:'flash',
flashplayer: '/jwplayer/jwplayer.flash.swf',
height: '360',
width: '640',
captions: {
back: false,
color: 'ffffff',
fontsize: 15
},
analytics: { enabled:false, cookies: false },
playlist: [{
image: baseurl + 'Videos/{0}/background.jpg',
tracks: [{
file: baseurl + '{0}/{0}.srt',
label: 'Français',
kind: 'captions',
default: true
}],
sources: [{
file: baseurl + 'Videos/{0}/{0}.smil'
}, {
file: baseurl + 'Videos/{0}/{0}.m3u8'
}]
}]
});

Thanks for the help !

1 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

You need to have the enterprise edition to disable the analytics.

This question has received the maximum number of answers.