UNPKG

pistreamer

Version:

NodeJS module that allows streaming the raspberry pi camera module output over websocket to a webpage using a modified version of 131/h264-live-player.

7 lines (6 loc) 164 B
import { VideoOptions } from "./VideoOptions"; export interface StreamOptions { videoOptions?: VideoOptions; dynamic?: boolean; limit?: number; }