Plugin: Icecast
Add the following into your IceCast config file: Listener URL may be in 2 forms:
http://example.com/amember/misc/icecast/it will give access to all members having "completed" and non-expired subscription to any aMember product;http://example.com/amember/misc/icecast/?product_ids=1,2will give access only to customers having subscription to products#1or#2
<mount>
<mount-name>/example.ogg</mount-name>
<authentication type="url">
<option name="listener_add" value="http://example.com/amember/misc/icecast/" />
<option name="auth_header" value="icecast-auth-user: 1"/>
</authentication>
</mount>