搭建网络电台 - Icecast&推流工作
date
Jun 28, 2025
slug
icecast-build
status
Published
tags
Tutorial
Log
summary
使用Icecast在2025年搭建一个自己部署的网络电台 并且使用其他工具?
type
Post
安装Icecast
我在使用Debian操作系统 所以为了方便我将使用apt包管理器安装
运行
apt install icecast2

选择No需要后续自行修改xml文件 所以我直接选择Yes
按照提示设置即可
运行Icecast
systemctl start icecast2
可以运行icecast2然后访问对应地址的8000端口

进行推流
ffmpeg
这里为了方便 可以直接用ffmpeg进行推流?
mixxx
mixxx是一个开源的DJ软件(同时内置推流功能)
mixxx.org