Shoutcast的aacPlus的流媒体与AS3(Shoutcast aacplus stream

2019-10-20 23:15发布

我想为Shoutcast的服务器的Flash播放器。 如果Shoutcast的内容类型是MPEG,代码工作。 但是,如果Shoutcast的内容类型是AACP,代码不工作。 代码;

var channel:SoundChannel;
var sound:Sound = new Sound();
sound.load(new URLRequest("http://yonradyo.radyolarburada.com:8020/;"));
channel = sound.play();

我该怎么办? 谢谢。

Answer 1:

项目雷霆雪( https://code.google.com/p/project-thunder-snow/ )不那么新鲜,但仍在努力解决在PC播放AAC / AACP流(而不是在移动平台)。

该页面https://code.google.com/p/project-thunder-snow/wiki/NBaccPlayer包含的代码示例非常简单。



文章来源: Shoutcast aacplus streaming with As3