I have a setup where I play a RTP stream with VLC in fullscreen mode, e.g. by calling vlc -f rtp://@224.0.0.1:1234. Important for the setup is that VLC goes into fullscreen mode as soon as it is called.
Now the problem is that my streaming source is unreliable, i.e. the video stream may not be present. In that case the VLC control interface remains visible, waiting for the stream. Is there an option to start VLC directly in fullscreen mode, even if no stream is present?