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

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -