15 Oct 2017
- Run RPI Config util `sudo raspi-config` or the GUI config util
- Enable camera
- Optionally disable the GUI, enable ssh, change locale/keyboard/timezone/etc
- `apt-get update`
- `apt-get upgrade`
- `apt-get install vlc liblivemedia-dev liblog4cpp5-dev cmake livemedia-utils`
- Reboot
- `git clone https://github.com/mpromonet/v4l2rtspserver.git`
- `cd v4l2rtspserver`
- `cmake . && make`
- `./v4l2rtspserver....`
Notes
- If you get "v4l2 demux error: cannot start streaming: Operation not permitted" then run "sudo rmmod bcm2835-v4l2" and then "sudo modprobe bcm2835-v4l2"