I am capturing a few streams and converting each stream into a thumbnail. Each thumbnail stream is stored in its own image name. Meaning there is 1 image file for each stream and just getting over written every 5 seconds. I have a page that displays these thumbnails and auto refreshes without blinking. The following code works great for just 1 stream but once other streams start to get into the folder, the page no longer refreshes
Hi @benfringer, you’re always just updating the first image with the name imagename; if you want to update all images you’ll have to loop over them. Also note that you’re appending another query parameter each time, rather than replacing the existing one; so you might store the actual “base” source in a data attribute instead: