Regression: Media library loading breaks stream output
When streaming output is enabled, VLC tries to use stream out the saved XSP playlist file at startup (instead of loading into the VLC playlist). Essentially, this renders the --sout parameter completely unusable.
Not only is it silly to stream the playlist, but it actually does prevent stream output from working afterwards.
Fix is trivial and detailed in the ticket comments
Edited by Rémi Denis-Courmont