Youtube player for Raspberry Pi via Telegram with omxplayer-wrapper & youtube-dl
- docker-compose
- docker
Replace lines in .env file:
TELEGRAM_TOKEN - your Telegram BOT API token from @BotFather
TELEGRAM_PROXY - socks5 proxy string for Telegram. Remove this line if you don't need that
Clone this repo and launch docker-compose script on your Raspberry Pi:
git clone https://github.com/GeorgiyDemo/HomeYoutubePi
cd HomeYoutubePi
docker-compose up -d
- Redis - database for FIFO queue
- Dashboard - RQ dashboard on host:9181
- Player - player for youtube's video processing from url in Redis
- Telegram - client for adding urls to Redis
Fixing permissions for appendonly.aof file:
cd && cd HomeYoutubePi/redis
sudo chown -R 1001:1001 redis_data/
Click here if you are using Safari