Garden Cam is a streaming video of our front garden, overlooking the front garden and parking space.
The stream is accessible at <tt>rtp:garden-cam.sihnon.net:6874</tt> (internal/vpn only). It is an h.264 encoded stream, running at ~500kb/s. ===== VLC Commands ===== ==== Example 1 ==== === Details === * H.264, CRF 24, 640×480, 15 FPS * Output to HTTP stream * Output to .avi file * XviD, 300 kbps, 320×240, 5 FPS * Output to HTTP stream === Command === vlc-wrapper -I dummy –sout=“#duplicate{dst='transcode{vcodec=h264,crf=24,acodec=none,fps=15}:duplicate{dst=\'std{access=http,mux=ts,dst=0.0.0.0:6874}\',dst=\'std{access=file,mux=ts,dst=/net/multiverse/mnt/pool/media/videos/.gardencam/`date +%Y-%m-%d_%H-%M-%S`.avi}\,dst='transcode{vcodec=xvid,vb=300,acodec=none,width=320,height=240,fps=5}:std{access=http,mux=ts,dst=0.0.0.0:6875}'}” v4l2:///dev/video0:width:640
vlc-wrapper -I dummy
#duplicate{
dst=' transcode{vcodec=h264,crf=24,acodec=none,fps=15}: duplicate{ dst=\'std{access=http,mux=ts,dst=0.0.0.0:6874}\', dst=\'std{access=file,mux=ts,dst=/net/multiverse/mnt/pool/media/videos/.gardencam/`date +%Y-%m-%d_%H-%M-%S`.avi}\' } ', dst=' transcode{vcodec=xvid,vb=300,acodec=none,width=320,height=240,fps=5}: std{access=http,mux=ts,dst=0.0.0.0:6875} ' }" v4l2:/<nowiki>//</nowiki>dev/video0:width:640