Hello.
I testing your solution and its look great!
But I have some problem.
In playlist.xml file i have two positions (stream is 48kbs AACP):
code:
<item>
<provider>Icecast</provider>
<description>Icecast over http stream</description>
<view>BaseAudio</view>
<!-- specify content, AACP or MP3 -->
<content>AACP</content>
<host>http://mysomeserver.com:8000</host>
<uri>/ZIOM</uri>
</item>
<item>
<provider>IcecastSocket</provider>
<description>icecast over socket stream, supports aacp audio and x-flv</description>
<view>BaseAudio</view>
<host>mysomeserver.com</host>
<port>8000</port>
<uri>/ZIOM</uri>
</item>
The first item (icecast over http) works, but second not...
I must have special icecast configuration?
Second problem is that despite upload crosspolicydomain file to http root on my server flash player works only on serwer in this same domain.
Any sugestions?
Thank you in advance.
hajerprzodowy