Hello all,
We recently upgraded to JWPlayer version 4.6 and are now getting an occasional error (95%+ of our viewers are getting no problem) where the rtmp player is not found. The error is
"Server Not Found: rtmp://www.vega.org.uk/oflaDemo"
Does anyone know what sorts of issues cause this?
We are assuming this is a network issue but are stuck with what to do about it as we cannot replicate the issue.
Is there a timeout somewhere in jwplayer that is firing off and then displaying this error, or does it mean that the search for the server genuinely returned an error.
If there is a timeout, is there anyway to set it much longer?
Our settings for creating the player are
// player is jwplayer from www.longtailvideo.com
var s1 = new SWFObject("http://www.vega.org.uk/flash/player.swf","single","480","380","9");
s1.addVariable("type", "rtmp");
s1.addParam("allowfullscreen","true");
s1.addVariable("image","http://www.vega.org.uk/flash/preview.jpg");
s1.addVariable("streamer","rtmp://www.vega.org.uk/oflaDemo");
s1.addVariable("file","{$flash_file}");
s1.addVariable("showdigits","total");
s1.write("player1");
Regards
Neill Jones
Hi Neill,
I'm not sure what would be causing this besides being unable to communicate with the server. Also, there's currently no way to specify a timeout.
Is there any specific page that seems to be generating the error?