I am using code of “Matt Gallagher” for streaming player
and there are some code inside
#ifdef SHOUTCAST_METADATA
//Code
#endif
The system is not able to go inside these blocks.
Now currently the code inside is not working…..the code just needed to get the name of the stream playing.
Please help
Add this at the top of the file w/that
#ifdef:Of course, you’ll need to deal with any dependencies incurred; that code was compiled out for a reason.