You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Micke Nordin de02f43529
Update install instructions
8 months ago
data Change to correct category 8 months ago
screenshots Screenshots running on OG PinePhone 1 year ago
scripts Better controlls 8 months ago
src Better controlls 8 months ago
.gitignore Initial commit 1 year ago
LICENSE Initial commit 1 year ago
README.md Update install instructions 8 months ago
install.sh Smolfix: Should be ready for 0.0.1 release 10 months ago
requirements.txt Kill YouTube Support and switch to VLC for playback 10 months ago
setup.py Bump version to 0.1.1 8 months ago
stdeb.cfg Rename package python3-cast -> cast 9 months ago

README.md

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 on debian/mobian:

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 cast

And like this with pip on any other distribution:

python3 -m pip install git+https://code.smolnet.org/micke/cast.git