I'm trying to get the URL of the video via jwplayer().getPlaylistItem().file;
onComplete callback, but it's returning nothing.
jwplayer().onComplete(function(e) {
var videoURL = this.getPlaylistItem().file;
console.log('Completed = ' + videoURL);
});