I want to make a kiosk-type setup that simply plays back video from a remote UDP source. The command line below does the trick and shows the video OK when there's an incoming signal to begin with. I set it up to execute as a startup app of a desktop user with auto-login:
vlc -f udp://@:PortNumber
But if there's no video when the machine starts, it shows the VLC screen with its window decorations and dashboard. Worse, it shows the Unity taskbar. I would like it to always show a black screen (or as close to featureless as possible), and I need the black screen to remain when there's no signal coming, and the video to come up when the signal comes back.
I'm kind of lost in VLC's infinitely many command-line options. Any help would be highly appreciated. I'm open to using a different video player if it will do the job better.