Skip to content

A simple Node.js web server for streaming OctoPrint job details / camera feed.

Notifications You must be signed in to change notification settings

miztroh/octostream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

octostream

A simple Node.js web server for streaming OctoPrint job details / camera feed.

Installation

  1. Install Node.js.
  2. npm install -g yarn
  3. yarn install
  4. Set the following environment variables:
    • OCTOSTREAM_URL: The URL to your OctoPrint web UI.
    • OCTOSTREAM_API_KEY: In OctoPrint, register an application key and provide that value.
  5. node .
  6. Open http://localhost:3000 in your browser.

About

A simple Node.js web server for streaming OctoPrint job details / camera feed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published