Giter Site home page Giter Site logo

videocast's Introduction

videocast

For Chromecast owners: stream a local video to your Chromecast from command-line. Controls (volume, seek, pause...) are read from your terminal, and video is hosted and converted on the fly so you don't have to worry about anything!

Requirements

  • Node
  • ffmpeg

Installation

npm install -g videocast

Usage

cast /path/to/file

Controls

  • Up/Down: increase/decrease volume
  • Left/Right: seek -/+ 30 seconds (seems not to be working)
  • Space: pause/resume
  • Ctrl+C: stop and quit

This is a work in progress!

What's working

  • Converting and casting to local first Chromecast found (conversion is not a gadget, tested on lots of files, without conversion many have no sound)
  • Controls on a Linux terminal

What's planned

  • Find out why 'seek' is not working
  • Check other platforms (different key codes? crappy encodings? who knows...)
  • CLI options (start time, ffmpeg output)
  • Remove dependency to ffmpeg (if possible)
  • Why not making a fully working TTY player interface?

Want to contribute?

Don't hesitate to fork and propose pull requests! When project is cloned, best way to test is using debug:

npm install
DEBUG=* ./bin/cast.js /path/to/file

videocast's People

Contributors

naholyr avatar

Stargazers

Dominik Ritter avatar Matthias Molitor avatar Camille Appert avatar Damien Pobel avatar Bastien Jaillot avatar

Watchers

 avatar

videocast's Issues

chromecast 2 error?

Hello, I installed the cli but it pops up an error TypeError: path must be a string, any ideas?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.