Installation
Download Binary from GitHub
you can donwload binary from here
bash
./live777Configuration
bash
cp conf/live777.toml live777.toml
live777 --config live777.tomlDocker
sh
docker run --name live777-server --rm --network host ghcr.io/binbat/live777-server:latest live777Cargo
bash
cargo install --git http://github.com/binbat/live777 live777 --bin=whipinto
cargo install --git http://github.com/binbat/live777 live777 --bin=whepfromDebian / Ubuntu
bash
wget https://github.com/binbat/live777/releases/download/latest/live777_<X>.<Y>.<Z>_amd64.deb
dpkg -I live777_<X>.<Y>.<Z>_amd64.deb
systemctl start live777Centos / Fedora
bash
wget https://github.com/binbat/live777/releases/download/latest/live777-<X>.<Y>.<Z>.x86_64.rpm
rpm -i live777-<X>.<Y>.<Z>.x86_64.rpm
systemctl start live777Archlinux
bash
wget https://github.com/binbat/live777/releases/download/latest/live777-<X>.<Y>.<Z>-x86_64.pkg.tar.zst
pacman -U live777-<X>.<Y>.<Z>-x86_64.pkg.tar.zst
systemctl start live777Windows
Winget
bash
winget install live777
winget install whipinto
winget install whepfrom