
api fuction
http://support.jwplayer.com/customer/portal/articles/1442607-example-a-custom-error-message
[code]jwplayer().onBuffer(function(){
theTimeout = setTimeout(function(){
jwplayer().load({file:"http://mysite.com/errorfile.mp4",image:"http://mysite.com/errorfile.jpg"});
jwplayer().play();
},5000);
});[/code]
how i can put start again in same time the video drop connection or buffer?
and no errorfile