cast/README.md

15 lines
557 B
Markdown
Raw Normal View History

2021-12-06 09:24:20 +00:00
# cast
2022-05-27 15:20:51 +00:00
This program is intended for use on linux phones, and allow watching video streams, either directly on the phone via vlc or through chromecast.
2021-12-07 21:41:31 +00:00
Currently Swedish Public Service TV is supported.
2022-05-27 15:20:51 +00:00
Install like this:
```
wget -O - https://repo.mic.ke/PUBLIC.KEY | gpg --dearmor --output micke-archive-unstable.gpg && sudo mv micke-archive-unstable.gpg /usr/share/keyrings
sudo wget -O /etc/apt/sources.list.d/debian-micke-unstable.list https://repo.mic.ke/debian/debian-micke-unstable.list
sudo apt update && sudo apt install python3-cast
```