javascript - Stream Images using a local server -


I want to stream images (server's print screen) using a local server (Apache). For one example, I will go to the website using a machine on the same network and then this web site will show a set of images at the speed of 30 fps (then I will see it as a video). Image quality should be good

Currently, I can go to this website using a machine connected to the local network. But I can not understand a way to stream images and I have no knowledge of PHP.

Is it possible ??

Can someone tell me in the right direction ...

thanks

Ffmpeg can help in making videos with images It is a CLI binary that can work.

Ref:

Comments

Popular posts from this blog

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -