Son aktivite 1750770777

Revizyon c32df77ca8b0efc45338af6aca075c93f0f40b2b

chromecash.sh Ham
1#!/bin/bash
2# Send Youtube videos and Twitch streamings to Chromecast
3# Install packages yt-dlp and vlc
4# Use like ./chromecash.sh https://www.twitch.tv/angrodtralari
5yt-dlp "$1" -o - 2>/dev/null | cvlc --sout "#chromecast" --sout-chromecast-ip="`dig +short Chromecast.lan`" -