Mice TV!
Chido has two mouse-pets (Acomys Caihirinus, actually) and we finally did what we already planned to do long ago:
vlc http://pasky.or.cz:8090/mouses.flv
A live video stream of our mouse palace!
Some technical trivia – the IP cam used is Edimax IC-3110 (it’s pretty crappy, not recommended) and we are restreaming using vlc invocation:
cvlc -L --sout "#transcode{vcodec=mp4v,vb=1024,scale=1}:duplicate{dst=http{mux=ts,dst=:8090/mouses.flv},select=noaudio}" --no-sout-rtp-sap --no-sout-standard-sap --sout-ts-shaping=1000 --sout-ts-use-key-frames --ttl=40 rtsp://admin:PASSWORD@192.168.6.X:554/ipcam.sdp
(I did not get h264 FLV stream working reliably, unfortunately. I tried #transcode{vcodec=h264,venc=x264{keyint=20},vb=4096,scale=1}
and duplicate{dst=http{mux=ffmpeg{mux=flv},dst=...,select=noaudio}
.)
Recent Comments