Skip to content

Minimalist3/rpi-camera-streaming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rpi-camera-streaming

Low-latency Raspberry Pi Camera streaming

Works out of the box on Raspbian 2019-04.

This project was highly inspired by JSMPEG Rapsberry Pi example. I just bundled everything in a single NodeJS instance.

NodeJS --> FFMPEG --> Pipe --> WebSocket (8082)
       |
       \-> Express --> JSMPEG (8080)

Usage

To fetch all dependencies, run these commands once

git submodule init
git submodule update
npm install

To run the streaming server

npm run serve

Dependencies

  • FFMPEG
  • A working camera

About

Low-latency Raspberry Pi Camera streaming

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published