Skip to content

bourdakos1/ring-streamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ring Streamer

Get a video stream from a Ring device.

Setup

Install the dependencies:

npm install

Add your Ring credentials to a .env file:

[email protected]
RING_PASSWORD=password123

Replace CAMERA_TO_STREAM in main.js with the camera name that you want to stream.

Usage

Run the main.js to get streaming data outputted to a file named output.h264:

node main.js

Convert output.h264 to an mp4 for viewing:

ffmpeg -i output.h264 output.mp4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published