Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 1.45 KB

README.md

File metadata and controls

59 lines (40 loc) · 1.45 KB

node-stream-tv

A rtmp utility for streaming outside the browser, using "vlc" and "rtmpdump".

Donate

Divhide

A command line util named stream-tv is installed with this module to provide a command line facade to this functionality.

The settings folder hosts the stream-tv settings. If new settings are available on the folder, they're automatically available on stream-tv command line utility.

Please make pull requests to add more settings.

Configuration

  • vlc must me available in your PATH

  • rtmpdump must me available in your PATH

npm install node-stream-tv -g

Command line Usage

	 > stream.tv axn
	 > stream.tv cnn
	 > stream.tv discovery
	 > stream.tv dragonball
	 > stream.tv eurosport-2
	 > stream.tv eurosport
	 > stream.tv fox-crime
	 > stream.tv fox-movies
	 > stream.tv fox
	 > stream.tv nbc
	 > stream.tv rt-news
	 > stream.tv rtp1
	 > stream.tv rtpi
	 > stream.tv scyfy
	 > stream.tv sky-sports-1
	 > stream.tv sky-sports-2
	 > stream.tv sky-sports-3
	 > stream.tv sky-sports-4
	 > stream.tv sky-sports-news

Server Usage

	 
	 > stream.server

Oscar Brito