Skip to content
This repository was archived by the owner on Oct 27, 2025. It is now read-only.

bropat/go2rtc-static

Repository files navigation

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

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Packages

 
 
 

Contributors