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

Links

Test Camera streams

I suggest testing with one of these if you don’t have your own camera yet. Courtesy of camlive.info and camera stream publishers.

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

About Node.js Streams

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 Must be root to run this, sudo does not work

echo 3 > /proc/sys/vm/drop_caches