go2rtc-static
TypeScript icon, indicating that this package has built-in type declarations

1.8.5 • Public • Published

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.

Package Sidebar

Install

npm i go2rtc-static

Weekly Downloads

90

Version

1.8.5

License

MIT

Unpacked Size

17.4 kB

Total Files

11

Last publish

Collaborators

  • bropat