I have set up a stream of an image on my harddisk with this command line: vlc -I dummy --image-duration=-1 --image-fps=1/1 --sout "#transcode{vcodec=mp2v,fps=1,vb=1}:rtp{mux=ts,sdp=rtsp://:8554/my_stream}" C:\Users\User\Desktop\my_image.png I can connect to this stream with another instanc...