You’ll want the following settings which should give you 1 blank video box that does not show anything until you press play.
autoStart: false,
rotateStreams: true,
rotateStreamTimeout: 0,
localPlayer: 'omxplayer',
remotePlayer: 'none',
showSnapWhenPaused: false,
remoteSnaps: false,
I’m assuming you’re seeing the same glitch that is plaguing the last OMXPlayer version of this module. I’m working on it today to try and find what I broke. In the meantime, try reverting back and seeing if that fixes the issue. I just tested the following notification on the VLC version and it worked as expected, so it’s got to be something with omxplayer.
{
notification: "RTSP-PLAY",
payload: "stream3"
}