Postby erwan10 » 20 May 2009 23:37
You're right about images not being displayed properly when coming from a network.
Actually, the "fake" access module is needed to create a fake video out of a single image. And duration is set through the --fake-duration option (either a number of seconds or -1 for infinite time, default value is 10 sec)
For files on disk, vlc detects that they are still images and "fake" is the preferred access module in this case. So it works fine.
The thing is that for ressources coming from the network, an access module is already forced (either http, ftp, ...). And the image ends up being decoded as a regular video file. For jpg files, that means those are seen as mjpeg files with a single frame. So there is no error, just a fleeting image and a black screen.
For the time being, I 'm afraid the only solution is to first save images on a local disk and then view them with vlc.
Erwan10