icy-metadata
Version:
Inject icy metadata to stream. Allow to display text info during stream plays (like station name or song title)
17 lines (14 loc) • 358 B
Markdown
### Description
Inject icy metadata to stream to display station name or song title
### Installation
```sh
$ npm icy-metadata -d
```
### Example
Install and run example project via npm
```sh
$ cd .\example\
$ npm install
$ node example1.js
```
Open "Winamp" or etc. and play stream url "http://localhost/stream" to see stream metadata.```