[Icecast] Current Listeners count wrong for HTML Audio on Android?
Klaas van der Linden
vanderlinden at culturalservices.nl
Sat May 2 23:59:58 UTC 2015
Dear all,
The problem I am facing, is that one of my clients is concerned about data
usage.
My client monitors the current number of listeners in the Mount Point list
streams.greenhost.nl:8080.
The case is, when I start a stream from an HTML app on an Android device, I
can see two listeners being added to "Current Listeners". This peculiar
behaviour only occurs on Android, not on laptops or iPhones.
The code I use concerns a simple HTML Audio object:
var audioObj = new Audio();
audioObj.src = aValidMountpoint;
audioObj.play();
I tested these lines and it appears that for Android a "Current Listener" is
added on both the second and the third line.
I can't imagine there really are two streams streaming at the same time, as
it is only one object that arranges this.
Is this a known issue? Any workaround or any way to prove my client that
there is only one stream playing?
Regards,
Klaas van der Linden
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xiph.org/pipermail/icecast/attachments/20150503/a45ca393/attachment.htm>
More information about the Icecast
mailing list