Skip to content

fbngrmr/castpipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

castpipe

Pipe video content to a Chromecast receiver. Alpha.

Installation

npm install castpipe

or:

git clone git@github.com:fbngrmr/castpipe.git
cd castpipe
npm install

Usage

Usage: index.js --localIP [--port]

Options:
  --localIP  IP address of computer                          [string] [required]
  --port     Port for server to listen on

Example

cat clip.avi | ffmpeg -i - -strict experimental -f matroska -vcodec h264 -acodec aac -ac 2 pipe:1 -profile:v high -level 4.2 | node index.js --localIP=192.168.1.69

Options

  • --localIP={IP} Set this to local IP address of your computer
  • --port={PORT} Set this to the port you want the server to listen on

License

Licensed under the MIT license.

About

Pipe video content to a Chromecast

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published