I am running a web page that has multiple web cams.
The users are given ftp accounts to upload their web cam images every
30 seconds.
What I want to do is instead of having the "refresh" in the header to
re-load the entire page from the server every 30 seconds, is to have
it re-load only the images that have been updated in the last 30
seconds. This is to cut down on wasted bandwidth.
I was thinking of giving each webcam picture its own i-frame, and
somehow getting the php to reload the frames containing the images
that have recent file modifycation dates.
Anyone have any ideas?
The users are given ftp accounts to upload their web cam images every
30 seconds.
What I want to do is instead of having the "refresh" in the header to
re-load the entire page from the server every 30 seconds, is to have
it re-load only the images that have been updated in the last 30
seconds. This is to cut down on wasted bandwidth.
I was thinking of giving each webcam picture its own i-frame, and
somehow getting the php to reload the frames containing the images
that have recent file modifycation dates.
Anyone have any ideas?
Comment