Hey, I am trying to create an "on-demand streaming server" For each client that logs on, I want to start a new vlc $cmd = "vlc --sout udp:" . $ip . ":1234 -I rc --rc-host 0.0.0.0:9568"; echo (shell_exec ($cmd)); I cannot launch vlc with the remote control interface list...