媒体服务器:实时视频转码、广播和流
要求512MB RAM和2核Debian 10+安装系统工具和Node.js。通过以下命令完成安装:
apt install -y git htop curl xz-utils
# 安装Node.js
curl -sL https://deb.nodesource.com/setup_15.x | bash -
apt install -y nodejs
# 安装FFmpeg
cd /tmp
rm -rf /tmp/ffmpeg-git*
wget https://media.network/static/ffmpeg-release-amd64-static.tar.xz
tar xvf ffmpeg-release-amd64-static.tar.xz
cd /tmp/ffmpeg-*/
mv ffmpeg ffprobe /usr/bin/
617.55KB
文件大小:
评论区