Hi,
As I mentioned in the title, How can I replace "stream not found" error with a picture oır another video. I dont want to see the "stream not found" error. When there is no video to stream, I want a picture or another video on screen.
Thanks for help...
There is an onError() event the player fires when this occurs. You can use this event to present a nicer error message. How to do this is up to you: you can load() a short "error" video in the player, you can place an error message on top of the player or you can replace the entire player with a formatted error message.