hchapman / leapcast

ChromeCast emulation app for any device

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

leapcast

Google Music

Simple ChromeCast emulation app.

Working:

On real device enabled apps are fetched from https://clients3.google.com/cast/chromecast/device/config

How to install

Clone this directory, then run python setup.py develop

*** Because updates are frequent I don't recommend normal install. When package is stable enough it will be published to python index and easy installable.

usage: leapcast [-h] [--name NAME] [--user_agent USER_AGENT]
              [--chrome CHROME] [--fullscreen]

optional arguments:
  -h, --help            show this help message and exit
  --name NAME           Friendly name for this device
  --user_agent USER_AGENT
                        Custom user agent
  --chrome CHROME       Path to Google Chrome executable
  --fullscreen          Start in full-screen mode

About

ChromeCast emulation app for any device

License:MIT License