Is there a way to specify --sout-http-pwd or similar without using the command line? Otherwise the password shows up everywhere. I'm launching VLC on startup on a Raspberry Pi using systemd and a simple script. When I do "systemctl status my_script" I see the full command line for every child process of the script, password included.
I have a similar problem on the client side where all the passwords to all my cameras are visible in ps. Is it possible to use a script or configuration file or similar to pass configurations including sensitive information instead? I'm basically looking to do "raspivid --options-here -o - | vlc --stream-config /protected/dir/here.ext" where --stream-config is the option I can't currently find.