raspi-radio:带有Web ui的node.js上的icecast广播播放器

时间:2024-06-09 03:08:24
【文件属性】:

文件名称:raspi-radio:带有Web ui的node.js上的icecast广播播放器

文件大小:14KB

文件格式:ZIP

更新时间:2024-06-09 03:08:24

JavaScript

注意:已在Raspberry Pi 2 Model B上测试安装 : 先决条件: $ apt-get install node git libasound2-dev pi $ cd〜/ $ mkdir应用程序 $ cd应用程序 克隆应用程序: $ git clone 安装依赖项: $ npm更新 运行应用程序: 转到文件夹: $ cd〜/ apps / raspi-radio 将执行权限分配给启动脚本: $ sudo chmod -R 777 iceberry.sh 运行应用程序: $ ./iceberry.sh 在浏览器上,转到:http:// ip-address-of-pi :8080 / 在启动时运行应用程序: 将启动脚本复制到init.d文件夹中。 $ sudo cp iceberry.sh /etc/init.d/ 使用update-rc注册该应用程序。


网友评论