Page 1 of 1

Stream Images?

Posted: 27 Mar 2007 13:56
by CaptainIglo
Hi,

is it possible to stream images with the VLC?
That means I send somehow image for image to the server and the clients (also vlc) shows always the last image.

greets
Capt.Iglo

Posted: 30 Mar 2007 00:14
by dionoea
You can play an image as if it were a video using:

Code: Select all

vlc fake: --fake-file thefile.png
Using options from the fake module to define a timeout and asking it to repeat the input you can reload the image periodically.

You can then stream that.