Simple ChromeCast emulation app.
Working:
- Discovery (DIAL protocol http://www.dial-multiscreen.org/)
- Youtube
- Google Music
- TicTacToe
On real device enabled apps are fetched from https://clients3.google.com/cast/chromecast/device/config
Clone this directory, then run python setup.py develop
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)