# Audio plugin
Play audio streams with a minimal player or a static poster image.
## Installation
Load the core player `css` and `js`, optionally required streaming plugins like [HLS plugin](/docs/wowza-flowplayer/plugins/hls) or the [advertising plugin](/docs/wowza-flowplayer/plugins/advertising), and the audio plugin.
```html
```
## Configuration
All options are configured in the top level like a standard video player setup.
If you configure only audio sources, the player will start with a minimal audio-only control bar. If you add a `poster` image, you will get a standard player layout with a still image.
Available configuration properties are listed in the following table.
embed
info
You can force the audio-only UI with a [UI flag](/docs/wowza-flowplayer/player/configure/#user-interface-configuration). This option may be useful for stream types like `rts@scale` which aren't identified as audio through the MIME type.
## Sample code
embed