Hi all!
I set up an http server providing a video file (mp4) and now I am trying to stream it using vlc from the command line.
vlc "http://localhost:port/videostream"
This works perfectly with version 2.1.5. However, since I updated to 2.2.1, the display starts off entirely green. The beginning of the movie is shown, but all in shades of green. It switches to correct display only after a second or so, probably after the next keyframe.
Do you have an idea? Thank you!