i am playing a audio stream url using MPMoviePlayerController, it works fine, is their any way to get the details of current playing track ..i mean song title, artist name etc.
thanks in advance
i am playing a audio stream url using MPMoviePlayerController, it works fine, is their any way to get the details of current playing track ..i mean song title, artist name etc.
thanks in advance
On
MPMoviePlayerController does not support getting ID3-based metadata out of the played stream. You will have to use MPMusicPlayerController (local content) or possibly AVPlayer (streamed content) to get that accomplished. Though I must admit that I am not entirely sure if AVPlayer/AVPlayerItem will actually get the job done - I have never tried it myself.
Addt this ur .h file