My audio streaming code code calls getStreamLength on the NetConnection but I have found the stream length to not reflect the duration of the song. Is there a way to get accurate song duration?
client.onMetaData is not being returned as well so I can only rely on getStreamLength for the results.