This project setups a video streaming server and initiation of streaming on a raspberry pi
First connect your raspberry pi to a picamera: https://www.raspberrypi.org/documentation/usage/camera/README.md
Open the raspi-config tool from the Terminal:
sudo raspi-config
select interfacing options
Select the camera
option and select yes
to enable, then go to Finish and you'll be prompted to reboot.
git clone https://github.com/tonikalombo/pi-video-streaming.git
cd pi-video-streaming/
sh bootstrap.sh