I post here, because I'm working on the new website of a webradio and I've a problem, I want to get info (like current title ) of the mp3 stream of the radio.
But I've no idea about how to do this ...
The stream is hosting by infomaniak.
This the url : http://radiomed.ice.infomaniak.ch/radiomed.mp3
Can you help me ?
P.S.: Sorry for my english , I'm french .
You can use some tools like ffmpeg to get metadata in stream.
Otherwise you can read the StreamTitle metadata directly inside packets.
Example in PHP :
Tips : Add context in fopen function if user agent is required or if you have redirection.