search for: avalidmountpoint

Displaying 4 results from an estimated 4 matches for "avalidmountpoint".

2015 May 02
2
Current Listeners count wrong for HTML Audio on Android?
...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 know...
2015 May 05
3
Current Listeners count wrong for HTML Audio on Android?
...s, 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 w...
2015 May 03
0
Current Listeners count wrong for HTML Audio on Android?
...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 t...
2015 May 05
0
Current Listeners count wrong for HTML Audio on Android?
...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 t...