
When is stream offline show image
Hello guys.
Is there any script that will set the image when I'm not streaming?
Hello guys.
Is there any script that will set the image when I'm not streaming?
You can try using our API to check for down streams
jwplayer().onSetupError(function() { //do something });
or
jwplayer().onError(function() { { //do something });
-Cooper