Html5 Audio Player Controls Not Working on Chrome - javascript

This is only happening on my computer. I tested it on other computers with latest version of chrome, and it works fine.
Testing Website:
http://template.webdvlm.com/content/index_full2.php
The player buttons are not working on chrome for me. When I click on play/next/volume, nothing happens. I see nothing in the log either. What could be the problem?
The player works fine on firefox on my computer.
I uninstalled/reinstalled chrome and still no fix.

Related

Cannot Play Audios on IE11 and Edge. Javascript Audio Object Not Implemented?

var elAudio = new Audio(audioUrl);
This code works fine on my desktop's (Win10) Chrome, FireFox, Edge and IE11.
The weird thing is, the exact code does not work on Windows 10 laptops and throws an error. Cannot play audios & videos basically on those laptops' IE11 or Edge. Firefox and Chrome are OK.
Tested on 3 Desktops Win10 - OK
Tested on 2 Laptops Win10 - Failed
Is there some sort of configuration somewhere?
I already tried those Internet Options on IE, but no luck.

JPlayer - It doesn't work on firefox and IE?

In firefox, when I try to play this demo:
http://jplayer.org/latest/demo-01/
the console says:
Media resource http://jplayer.org/audio/m4a/Miaow-07-Bubble.m4a could not be decoded.
I get this same problem with mp3 and wav files. It doesn't work on IE either. It works on chrome and opera.
I have tried changing solution: "flash" but again, this works in chrome but not in firefox. When I make it use flash, it doesn't give me any error message in the console, it just doesn't play the audio files.
The video player demo works in firefox, its just the audio player that doesn't work. Whats going on here?

Flowplayer video won't go fullscreen in ie11

Playing around with flowplayer videos, and I can't seem to managed to get the video to go full screen in IE11 . It works just fine in Firefox and Chrome, but not in IE11 . I've tested and seen that flowplayer videos will go fullscreen in IE11 when I open the demos on flowplayers website. Any idea what I might have done wrong?
My site : http://clients.geantduweb.ca/index.php?tmpl=flowplayer&video_id=1
A flowplayer hosted demo: https://flowplayer.org/standalone/skins/minimal.html
Is there a problem with my configurations, a basic css problem or something else I managed to mess up?

VideoJS issue - dynamic video element through Javascript Issue in Firefox

I have created dynamic video element through Javascript with asp.net.
In firefox, it triggers the post back event. While it works well in IE and Chrome.
So, firefox is the issue here. In firefox, videojs uses webm while in IE and chrome it takes .mp4.

mediaelement.js not playing video in IE 9

I just started using mediaelement.js a few days ago.
Everything works so far except that IE9 doesn't show any videos (natively) even though the sound plays fine. With Flash it works fine.
The video element seems to disappear (width and height = 0) after the success callback has run. If I manually change the size it's just black.
I tried playing the demo video from mediaelementjs.com but the video was black as well.
I tried setting the size manually after success callback ( mediaelement.js: Local Flash playback shows black video with sound unless shown full screen ). This displays the video element but it's still only black. The sound still plays.
In Mediaelement.js malfunction in IE, no flashback works I found a possible solution using an undocumented property.
/*#cc_on
#if (#_jscript_version == 9)
mode: 'shim',
#end
#*/
This forces IE to use flash but I'm not that comfortable using it in a productive environment.
Does anyone have a better solution?
UPDATE: I just tested on another computer with the same OS and browser (Windows 7, IE 9.0.8112) and there the video on mediaelementjs.com plays fine. Could it have something to do with my installation? I normally never use IE and haven't changed anything...

Categories

Resources