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
- Host: GitHub
- URL: https://github.com/mchilli/castlink
- Owner: mchilli
- License: gpl-3.0
- Created: 2022-12-21T05:25:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-13T18:46:54.000Z (over 1 year ago)
- Last Synced: 2025-02-12T21:33:29.438Z (about 1 year ago)
- Topics: cast, casting, chromecast
- Language: JavaScript
- Homepage: https://mchilli.github.io/castlink/
- Size: 1.09 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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