search for: audioobj

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

2015 May 02
2
Current Listeners count wrong for HTML Audio on Android?
...enhost.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 o...
2015 May 05
3
Current Listeners count wrong for HTML Audio on Android?
...treams.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...
2015 May 03
0
Current Listeners count wrong for HTML Audio on Android?
...ase 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 st...
2015 May 05
0
Current Listeners count wrong for HTML Audio on Android?
...ase 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 st...