Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/best-coloc-ever/twitch-cast

Cast Twitch on your Chromecast
https://github.com/best-coloc-ever/twitch-cast

chromecast proxy twitch

Last synced: 8 days ago
JSON representation

Cast Twitch on your Chromecast

Lists

README

        

# twitch-cast [![Build Status](https://travis-ci.org/best-coloc-ever/twitch-cast.svg?branch=master)](https://travis-ci.org/best-coloc-ever/twitch-cast)

A Chromecast application and proxy for [twitch.tv](https://twitch.tv)

official web application available at [datcoloc.com/twitch-cast](https://datcoloc.com/twitch-cast)

## Deployment
Make sure you have **docker >= 1.10** and **docker-compose >= 1.6** installed

Generate your SSL/TLS certificate in `frontend/server/fullchain.pem`
Place the associated private key in `frontend/server/privkey.pem`

then run:
```sh
export TWITCH_CLIENT_ID=your_twitch_client_id
export TWITCH_CLIENT_SECRET=your_twitch_client_secret
export TWITCH_APP_REDIRECT_URI=your_twitch_app_redirect_uri
export CHROMECAST_APP_ID=your_chromecast_app_id

./deploy.sh
```