I am getting this error from osmplayer.compressed.js around line 114

this.player.error is null

the line reads

function(){this.onPaused()});this.addPlayerEvent("play",function(){this.onPlaying()});this.addPlayerEvent("playing",function(){this.onPlaying()});var a=!1;this.addPlayerEvent("error",function(){!a&&this.player&&(a=!0,this.trigger("error","An error occured - "+this.player.error.code))});this.addPlayerEvent("waiting",function(){this.onWaiting()});this.addPlayerEvent("durationchange",function(){this.player&&(this.duration.set(this.player.duration),this.trigger("durationchange",{duration:this.player.duration}))});

Comments

jyraya’s picture

I get the same problem.

I am using Drupal 7.29 with Media 7.x-2.0-alpha3, MediaFront 7.x-2.2 and Open Standards Media Player 7.x-2.2.

Furthermore, I am use jquery_update module in order to run Drupal with jquery 10 for project purpose.

Any idea of the problem's cause?