ogg stream meta int / stream title?
-
- Posts: 1
- Joined: Fri Jan 30, 2009 5:24 am
ogg stream meta int / stream title?
Hi,
i am currently developing and audio player. Playing mp3 streams work great. I also can read the metadata information to recieve the title. But i cannot handle ogg vorbis streams.
If i read an mp3 stream i get an "icy-metaint" so i now where to split the stream and read the metadata. If i connect to an ogg vorbis stream there is no "icy-metaint"
How can i read the song title?
i am currently developing and audio player. Playing mp3 streams work great. I also can read the metadata information to recieve the title. But i cannot handle ogg vorbis streams.
If i read an mp3 stream i get an "icy-metaint" so i now where to split the stream and read the metadata. If i connect to an ogg vorbis stream there is no "icy-metaint"
How can i read the song title?
- Jay
- Will work for food (Administrator)
- Posts: 3013
- Joined: Mon Jan 14, 2002 12:48 am
- Location: Next Door
- Contact:
Re: ogg stream meta int / stream title?
The song information is embedded in the ogg tags, they come in as part of the stream unlike the icy meta data method. So you have to parse the stream.
- Jay