↧
Answer by dsgriffin for Getting metadata from a radio stream using...
Firstly, you need to set a NSNotification so that you can get the data at specific intervals, like so:[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(StreamMeta:)...
View ArticleGetting metadata from a radio stream using MPMoviePlayer? (iOS)
I am using MPMoviePlayer for radio streaming and i need to get the current track info.Can anyone help me as to how I can do this?
View Article