Skip to content
/ leapcast Public
forked from dz0ny/leapcast

ChromeCast emulation app for any device

License

Notifications You must be signed in to change notification settings

ywrt/leapcast

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leapcast

Flattr this git repo 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

Simple

Clone this directory, then run python setup.py develop

Better

git clone https://github.com/dz0ny/leapcast.git
cd ./leapcast
sudo apt-get install virtualenvwrapper python-pip python-twisted-web python2.7-dev
mkvirtualenv leapcast
pip install .

*** 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. *** For those on windows(tm) gaming platform dz0ny#13 (comment)

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

optional arguments:
  -h, --help            show this help message and exit
  -d                    Debug
  --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
  --window_size		Force the initial window size (eg 1920,1080)

About

ChromeCast emulation app for any device

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%