我想要一台用于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();
我该怎么办?感谢。
答案 0 :(得分:2)
Project Thunder Snow(https://code.google.com/p/project-thunder-snow/)并不是那么新鲜,但仍然可以在PC上播放aac / aacp流(但不能在移动平台上播放)。
页面https://code.google.com/p/project-thunder-snow/wiki/NBaccPlayer包含一个足够简单的代码示例。