I have mjpeg stream created with ffmpeg and mjpegserver: https://github.com/blueimp/mjpeg-server.
It works without any problems if I open it with web browser -- all it takes is enter "localhost:9000" in a browser and I can see my stream playing.
But if I open VLC and try to open this stream all I get is bouncing progress bar back and forth and nothing is played.
What do I miss? Any special parameter for VLC?
I run mjpegserver without waiting for client, besides I see stream played in browser when I try to do the same in VLC, so for sure it is not the problem that VLC is waiting for actual data. I check windows VLC and linux VLC, both have the same effect. VLC 3.0.11.
The format of the stream is recognized by web browser as "multipart/x-mixed-replace;boundary=ffmpeg".