I have a raspberry pi 3 module with camera using the following stream output over the internet raspivid -o - -t 0 -w 640 -h 480 -fps 25 | cvlc -vvv stream:///dev/stdin --sout '#rtp{mux=ts,sdp=rtsp://:8554/}' :demux=h264 Trying to open this stream from a mac book does not work. The message log shows ...