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

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?

Related

html5 video autoplay delay in safari

I am embedding a html5 video. It works perfectly fine in chrome and firefox, however in safari, there seems to be this weird delay, where the video just hangs in there, and won't play until 1-2 minutes after. It however plays immediately, if I switch tabs. I am hosting my video on an Amazon S3, I set it to autoplay, muted and loop. I have tried using jquery to force play the video but it doesn't work. I have tried also changing the metadata to video/mp4 on aws control panel, also doesn't work. Also tried doing some window focusing, also doesn't work. Any tips would be appreciated. Here is the site http://xxvii27.github.io/web-oconnect/
Solved, by converting the .mp4 video to web optimized version using handbrake.

Html5 Audio Player Controls Not Working on Chrome

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.

Safari won't play HTML5/JS embedded audio (MediaElement.js)

Having trouble getting HTML5 audio to play in Safari. Works in IE, Chrome, Firefox.
I have both an MP3 and OGG embedded in my code (tried swapping both just in case, still nothing).
I'm using the MediaElement.js HTML5 audio player. My js is fine.
I have setup MIME types in my .htaccess - nothing.
Any ideas?
(Also not playing on iOS devices as well)

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.

HTML5 video .ended event called in Chrome, but not FF

I have a bit of jquery acting on an html5/video.js video tag:
$("#video").one("ended", function() {
various animations on page;
}
The animations run in Chrome, but not FF. Other javascript works, and .bind/.on do the same thing. The video plays fine. Firebug doesn't notice any errors. It should be noted that Firefox can't play the mov/mp4 files, so it falls back to the ogg I specified. No looping, autoplay is on.
Anyone? Thank you bunch's.
When video.js fell back to ogg video for Firefox, it wrapped the video in a different div (but not in chrome). Just selected it and it worked.

Categories

Resources