安装部署
从 Gtihub 上下载二进制包直接运行
可以在这里下载我们编译好的二进制包 here
bash
./live777
使用配置
bash
cp conf/live777.toml live777.toml
live777 --config live777.toml
Docker
sh
docker run --name live777-server --rm --network host ghcr.io/binbat/live777-server:latest live777
Cargo
bash
cargo install --git http://github.com/binbat/live777 live777 --bin=whipinto
cargo install --git http://github.com/binbat/live777 live777 --bin=whepfrom
Debian / 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 live777
Centos / 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 live777
Archlinux
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 live777
Windows
Winget
bash
winget install live777
winget install whipinto
winget install whepfrom