Shoutcast aacplus streaming with As3

2019-08-01 14:47发布

问题:

i want a flash player for shoutcast servers. if shoutcast's content type is mpeg, codes is working. But if shoutcast's content type is aacp, codes not working. Codes;

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

What should I do? Thanks.

回答1:

The Project Thunder Snow (https://code.google.com/p/project-thunder-snow/) is not so fresh, but still working solution for playing aac/aacp streams on PC (but not on mobile platform).

The page https://code.google.com/p/project-thunder-snow/wiki/NBaccPlayer contains a code example simple enough.