question about send folder

Hello, I want to get multiple images from a folder on the server. And then Send to my friend with a certain fps. Can you show me how to do this? Thanks for your help!
fps?
frames per sec. hes trying to do video via images from the sound of it.

if your fps desired is high and the images are large, you should push the images into a video compressor and stream the video to him. If they are small enough or the fps is low enough, you can just send them flip book style.

the way to do this is to send the images as fast as you can and have the viewer program do the timing, such that {it its time for next image, and next image is there, load and show, else wait for it} logic. This way if the network gets bogged down he has images you sent ahead of time and can keep going. the file names can tell the viewer what order to show in.

Topic archived. No new replies allowed.