Skip to content

Instantly share code, notes, and snippets.

View PuneetJohri's full-sized avatar

Puneet Johri PuneetJohri

View GitHub Profile
@PuneetJohri
PuneetJohri / fluss.sh
Created September 15, 2024 09:36 — forked from Domin8-IPTV/fluss.sh
flussonic
#!/bin/bash
# cracked flussonic
wget -q -O - http://debian.erlyvideo.org/binary/gpg.key | apt-key add -;
echo "deb http://debian.erlyvideo.org binary/" > /etc/apt/sources.list.d/erlyvideo.list;
apt-get update;
apt-get -y install flussonic flussonic-transcoder;
echo 'l4|8Ku8ypPgOUySHysCdkFHW0|r6BzpmVPpjgKpn9IunpFp6lLbCZOp3' >> /etc/flussonic/license.txt
/etc/init.d/flussonic start