No description
Find a file
2022-05-27 15:20:51 +00:00
data Smolfix: Should be ready for 0.0.1 release 2022-05-27 17:18:08 +02:00
screenshots Screenshots running on OG PinePhone 2022-01-06 19:42:57 +01:00
scripts Add setup.py 2022-05-27 17:06:15 +02:00
src Add setup.py 2022-05-27 17:06:15 +02:00
.gitignore Initial commit 2021-12-06 09:24:20 +00:00
install.sh Smolfix: Should be ready for 0.0.1 release 2022-05-27 17:18:08 +02:00
LICENSE Initial commit 2021-12-06 09:24:20 +00:00
README.md Update 'README.md' 2022-05-27 15:20:51 +00:00
requirements.txt Kill YouTube Support and switch to VLC for playback 2022-05-27 16:43:41 +02:00
setup.py Add setup.py 2022-05-27 17:06:15 +02:00
stdeb.cfg Add setup.py 2022-05-27 17:06:15 +02:00

cast

This program is intended for use on linux phones, and allow watching video streams, either directly on the phone via vlc or through chromecast.

Currently Swedish Public Service TV is supported.

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