go2rtc-static
v1.9.4
Published
go2rtc static binaries for Mac OSX, Linux and Windows
Downloads
1,718
Maintainers
Readme
go2rtc-static
go2rtc static binaries for Mac OSX, Linux and Windows.
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.