Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 832 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 832 Bytes

Webcam Live Stream Example for Experimental Platform

The node.js code has only a few lines and is easy to understand. It uses ffmpeg and ffserver to create a webm stream.

Requirements

Installation

git clone https://github.com/experimental-platform/example-webcam-live-stream.git
cd example-webcam-live-stream
git remote add platform ssh://dokku@your-box.local:8022/example-webcam-live-stream
git push platform master