Hello,
I build a channel for mp3 audio streams. I use it for online radiostations.
I know there are many other channels like shoutcast, but none of them was covering up official stations.
One example is egoFM with this stream: http://edge.live.mp3.mdn.newmedia.nacamar.net/ps-egofm_192/livestream.mp3
When you open this stream in Winamp or VLC, you see that the artist and title information are not related to the stream but to the actual title that is playing.
No I thought to myself, it would be nice if not only the station name would be shown in my mediabar while playing but also the title related information.
I tried the following:
url='http://edge.live.mp3.mdn.newmedia.nacamar.net/ps-egofm_192/livestream.mp3' rq = MetadataObjectForURL(url)
no luck
also this:
url='http://edge.live.mp3.mdn.newmedia.nacamar.net/ps-egofm_192/livestream.mp3' rq = MediaObjectForURL(url)
no chance, it seems to have no Media nor Metadata
rq = HTTP.Request(url, values=None, headers={}, cacheTime=None, encoding=None, errors=None, timeout=5, immediate=False, sleep=0, data=None)
headers = rq.headers
also no chance.
I know that there is metadata for streams, but how to get it?
thanks and best regards! :)