Quantcast
Channel: Getting metadata from a radio stream using MPMoviePlayer? (iOS) - Stack Overflow
Browsing all 2 articles
Browse latest View live

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 Article


Getting 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

Browsing all 2 articles
Browse latest View live