Streaming Video Using VLC Player

Installing VLC Player sudo apt-get install vlc   Streaming The Camera Video Using RTSP Enter the following command to start the streaming: raspivid -o – -t 0 -n | cvlc -vvv stream:///dev/stdin –sout '#rtp{sdp=rtsp://:8554/}' :demux=h264 raspivid is used to capture the video "-o -" causes the output to be written to stdout "-t 0" sets … Continue reading Streaming Video Using VLC Player