Giter Site home page Giter Site logo

raspicamlive's Introduction

Raspicam Live

License: GPLv3+ by Benjamin Sonntag [email protected]

This is raspicam live, a set of scripts to transform your raspberry pi + camera into a proper conference filming / saving / live streaming platform.

Requisites

A Raspberry Pi + Camera Module

# Internet access for install and local network when filming

# An USB stick or disk to save your videos (mandatory)

# A laptop for streaming ogg

# An Icecast or any other streaming server

Installation instructions

Become root on your RaspberryPi, go the directory and clone it

sudo -s
cd /usr/local/lib
git clone -depth 1 https://github.com/vincib/raspicamlive.git raspicamlive
cd raspicamlive
./install.sh

Alternatively, if you're confident enough, you can just

curl https://raw.githubusercontent.com/vincib/raspicamlive/master/download.sh | sh

At this point, the script should handle everything for you once you provide

Old installation instructions (deprecated, kept as reference for now)

apt-get install apache2-mpm-prefork libapache2-mod-php5 php5-cli sudo screen avahi-daemon ffmpeg 

Change the default vhost to point to /var/www/www

cd /var/www/
git clone https://github.com/vincib/raspicamlive.git .

edit config.php if needed

ensure you have /tmp mounted as a ramdrive, and a big storage (usb key or harddrive) mounted on /mnt

copy the sudoers file :

cp /var/www/sudoers.raspicamlive /etc/sudoers.d/

launch the stream daemon :

screen -d -m /var/www/sh/streamer_daemon

(you can add it to /etc/rc.local)

use a browser to go to this (or your raspberry hostname)

http://raspilive01.local/ 

enjoy!

Screenshots

raspicamlive's People

Contributors

albancrommer avatar vincib avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

raspicamlive's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.