如何使用 php 制作 100 首曲目的广播电台

How to make radio station of 100 track using php

我的 AWS Server 上有 100 Tracks。我想制作 Radio Station100 Track。我的网站是在 php.

制作的

几个例子:

http://www.radiotunes.com/smoothbeats

https://cdn.prahec.com/projects/radio-player/player/

也许这个论坛能帮到你

http://forums.nexusmods.com/index.php?/topic/274194-tutorial-how-to-create-a-new-radio-station/

你需要:

  • 运行 Icecast(截至撰写本文时 2.4.2 是最新版本,packages for most distributions)。
  • 获取文件并将其编码为连续流的源客户端。 例如。 mpd、ezstream、xmms2
    • 请注意,文件格式和流编解码器没有关系,强烈建议使用像 Opus 这样的免费编解码器作为主要流。
  • 您网站上的一个 HTML5 播放器指向您的流