AAC plugin

My customer has a webradio and he can stream with AAC/AAC+, iOS has a native support to listen a stream like that, but on Android doest, i found two cordova plugins that enables to listen an AAC stream,

I would like to know if has an ionic native alternative, or how can i use this cordova plugins…

Googling i found some tutorial saying that is to install this plugins with npm install --save, and it can be accessed by navigator.plugin or window.plugin, but that is not working (maybe i am just idiot :P)

this are the pakages i found:
https://www.npmjs.com/package/cordova-plugin-streaming
https://www.npmjs.com/package/PlayStream

thanks and sorry for my bad english :thumbsup: