Replce String command = "raspivid -o - -t 0 | cvlc -v stream:///dev/stdin --sout '#standard{access=http,mux=ts,dst=:8090}' :demux=h264"; with String[] command = { "/bin/sh", "-c", "raspivid -o - -t 0 | cvlc -v stream:///dev/stdin --sout '#standard{access=http,mux=ts,dst=:8090}' :demux=h264" }; This...