I am looking for some solution to get metadata information from my stream http://vibesradio.org:8002/ to be displayed in UILabel of an app that I am developing.
Thanks in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here is the answer, there were some partial answers here at stack, so I submit complete solution:
First in viewDidLoad we need to add observable metadata object:
Now, all we need is UILabel and a function in order to display the metadata, assuming that the UIlabel nowPlaying is created, we add the following code:
And thats it, now you should have your stream info displayed.