0
Discuss & Vote
Add onerror to image tags?
Jon Rohan 5 years ago
in Media Tiles / Images
•
updated by Alex (ActionTiles) (Co-Founder) 5 years ago •
1
Every once and awhile a camera goes offline and displays a broken image..
Would it be possible to add something along the lines of:
<img src="imagenotfound.gif" alt="Image not found" onerror="this.src='imagefound.gif';" />
Customer support service by UserEcho
Hi Jon,
Unfortunately the "onerror" event is not raised when camera initiated successfully and then the stream failed after a while. I'm currently working to add configuration to reload the app periodically. This will allow failed streams to re-establish connections.