Skip to content

Instantly share code, notes, and snippets.

@shatle03
Forked from Domin8-IPTV/fluss.sh
Created November 5, 2021 21:28
Show Gist options
  • Save shatle03/b7e95a0e95e6ee214d0dee4c02a42f0f to your computer and use it in GitHub Desktop.
Save shatle03/b7e95a0e95e6ee214d0dee4c02a42f0f to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment