rolandoislas / StreamSite

Livestream a website via the command line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StreamSite

StreamSite is a command line utility that allows you to livestream (RTMP) a website.

Basic Usage

streamsite <url> <rtmp> [options]

streamsite https://github.com rtmp://live.twitch.tv/app/<streamKey>

Full usage/documentation can be found by running streamsite without passing any arguments.

Install

Dependencies

With those dependencies installed, place capture.js in /etc/streamsite/ and streamsite in /usr/local/bin/.

The script install.sh can be used to copy the files to their expected directories

About

Livestream a website via the command line


Languages

Language:Shell 67.0%Language:JavaScript 33.0%