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
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed