bropat / go2rtc-static

go2rtc static binaries for Mac OSX, Linux and Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go2rtc-static

go2rtc static binaries for Mac OSX, Linux and Windows.

node NPM version Downloads Total Downloads

NPM

Installation

This module is installed via npm:

$ npm install go2rtc-static

Note: During installation, it will download the appropriate go2rtc binary from the GitHub release. Use and distribution of the binary releases of go2rtc are covered by their respective license.

Example Usage

Returns the path of a statically linked go2rtc binary on the local filesystem.

var pathToGo2rtc = require("go2rtc-static");
console.log(pathToGo2rtc);
import pathToGo2rtc from "go2rtc-static";
console.log(pathToGo2rtc);

Sources of the binaries

The build script downloads binaries from go2rtc GitHub releases.

About

go2rtc static binaries for Mac OSX, Linux and Windows

License:MIT License


Languages

Language:TypeScript 77.9%Language:Shell 22.1%