Parse metadata from http live stream
Posted
by supo
on Stack Overflow
See other posts from Stack Overflow
or by supo
Published on 2010-05-04T15:44:35Z
Indexed on
2010/05/04
15:48 UTC
Read the original article
Hit count: 162
Hi, I'd like to extract the info string from an internet radio streamed over HTTP. By info string I mean the short note about the currently played song, band name etc.
Preferably I'd like to do it in python. So far I've tried opening a socket but from there I got a bunch of binary data that I could not parse...
thanks for any hints
© Stack Overflow or respective owner