shoutcast v0.1.1 Shoutcast View Source

Link to this section Summary

Functions

Get the meta data from a shoutcast stream

Link to this section Functions

Link to this function read_meta(url) View Source
read_meta(binary()) :: {:ok, Shoutcast.Meta.t()}

Get the meta data from a shoutcast stream.

Example:

iex> Shoutcast.read_meta("http://ice1.somafm.com/lush-128-mp3")
{:ok, %Meta{}}