Shoutcast aacplus streaming with As3

北城以北 提交于 2019-12-11 08:15:41

问题


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.



来源:https://stackoverflow.com/questions/25819826/shoutcast-aacplus-streaming-with-as3

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!