Skip to content
Moe edited this page Jan 7, 2017 · 15 revisions

Links

Rigging up your own motion sensors can be done with the CM19a

Commands

Test libx264 with FFMPEG

ffmpeg -i rtsp://50.73.56.89/axis-media/media.3gp -f mp4 video.mp4

Test libvpx with FFMPEG

ffmpeg -i rtsp://50.73.56.89/axis-media/media.3gp -f webm video.webm

Clear RAM in Ubuntu

sudo echo 3 > /proc/sys/vm/drop_caches
Clone this wiki locally