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

https://github.com/mchilli/castlink

create a playlist of media links and send them directly to your chromecast
https://github.com/mchilli/castlink

cast casting chromecast

Last synced: 11 months ago
JSON representation

create a playlist of media links and send them directly to your chromecast

Awesome Lists containing this project

README

          

# Castlink

The Castlink page uses the Chromecast sender API to send Media Links directly to your Cast Devices. It provides a playlist where you can add as many media links as you want, which will played one after the other.

##### API:

You can automatically insert items into the playlist by passing information as a parameter to the url. For example:
`https://mchilli.github.io/castlink/?list=title|url;title|url;title|url`

- ##### title:
the title that will displayed during playback
- ##### url:
the media link, which must be a supported format like MP4, WebM, Ogg etc.

#### special thanks:

- [Chromecast.Link](https://chromecast.link/) by [anacrolix](https://github.com/anacrolix) - for the idea
- [Cast.js](https://castjs.io/) - for the Chromecast sender library
- [Font Awesome](https://fontawesome.com/) - for the icons