No audio alert
Posted: Tue Apr 01, 2014 4:29 am
Hi all,
I found something very interesting, currently I am running Ubuntu 12.04 + VLC web plugin.
Web audio sound alert doesn't work, after couple hours of troubleshoot, I found out the problem is from this source code:
working (modified):
<object type="audio/x-wav" data="/nagios/media/service_warning.wav" height="-" width="1"><param name="filename" value="/nagios/media/service_warning.wav"><param name="autostart" value="true"><param name="playcount" value="1"></object>
not working (original code from nagios):
<object type="audio/x-wav" data="/nagios/media/service_warning.wav" height="-" width="0"><param name="filename" value="/nagios/media/service_warning.wav"><param name="autostart" value="true"><param name="playcount" value="1"></object>
so basically width can't be zero, is it a bug or something?
I found something very interesting, currently I am running Ubuntu 12.04 + VLC web plugin.
Web audio sound alert doesn't work, after couple hours of troubleshoot, I found out the problem is from this source code:
working (modified):
<object type="audio/x-wav" data="/nagios/media/service_warning.wav" height="-" width="1"><param name="filename" value="/nagios/media/service_warning.wav"><param name="autostart" value="true"><param name="playcount" value="1"></object>
not working (original code from nagios):
<object type="audio/x-wav" data="/nagios/media/service_warning.wav" height="-" width="0"><param name="filename" value="/nagios/media/service_warning.wav"><param name="autostart" value="true"><param name="playcount" value="1"></object>
so basically width can't be zero, is it a bug or something?