Skip to content

WesleyMcGinn/Pivestream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pivestream

A ridiculously simple livestream system for any Raspberry Pi with a Pi Cam.

Note, however, that this livestream is not encrypted in any way, and that it can be easily accessed by anyone connected to your network. This camera system is useful for simple tasks, like monitoring 3D-prints or wildlife, but is likely not suitable for home-monitoring systems or other settings that ought to require privacy. Please keep this in mind when using this software.

To Install:

  1. Have powered Raspberry Pi with Rasperry Pi OS and Pi Camera attached.

  2. Use SSH or a monitor to get into terminal.

  3. Run the following command:

curl -fsSL https://wesleymcginn.github.io/Pivestream/install.sh | sh
  1. Reboot:
sudo reboot

To Use:

  1. Find your Raspberry Pi's IP address by entering: hostname -I

  2. Open a web browser on any device connected to the same network as the Raspberry Pi and enter your IP address followed by ":7000". For example, if your IP address was found to be 192.168.1.100, enter http://192.168.1.100:7000.

Additional Documentation:

http://<IP>:7000/stop Returns nothing but stops the livestream system and server

http://<IP>:7000/snap.jpg Returns a jpg image of the most recent frame

http://<IP>:7000/live.mjpg The link to the actual unscaled mjpg stream

Contributors