Jplayer won't play html5 video - html

I went to https://github.com/happyworm/jPlayer/blob/master/examples/pink.flag/demo-02-video.html and copy and pasted the code from the example and made a simple node.js server to serve the page. However the video does not play. Instead I get the warning, Update Required To play the media you will need to either update your browser to a recent version or update your Flash plugin.
I have the newest browsers so shouldn't html5 work and I thought the point of flash in jplayer was to support older browsers that don't support html5. So why won't jplayer play on the newest versions of firefox, chrome, and safari on Mac OSX 10.10.3?
Here is a list of browsers I tried, note, chrome canary is the official nightly build from google.
chrome canary version 45.0.2451.0
normal chrome 43.0.2357.132
firefox 39.0
safari 8.0.6
I also tried with safari on my iphone running IOS 8.4
But jplayer does not play on any of these browsers.

Related

What browsers does AngularJS work with?

This can be a most common question. But no any clue about browser versions. More over, Angular site itself says as following.
What browsers does Angular work with?
We run our extensive test suite against the following browsers: the latest versions of Chrome, Firefox, Safari, and Safari for iOS, as well as Internet Explorer versions 9-11. See Internet Explorer Compatibility for more details on supporting legacy IE browsers.
If a browser is untested, it doesn't mean it won't work. You can also expect browsers to work that share a large part of their codebase with a browser we test, such as Opera 15 or newer (uses the Blink engine), or the various Firefox derivatives.
— AngularJS FAQ - What browsers does AngularJS work with?
However, there is no any note which versions are supported. I googled, but couldn't find. Any one let me know what browsers and their versions do support which version of angular ?
Browser support of AngularJS:
Internet Explorer: 9+
Versions 1.2 and later of AngularJS do not support Internet Explorer versions 6 or 7.
Versions 1.3 and later of AngularJS dropped support for Internet Explorer 8.
Opera 15+
Firefox, Safari, and Google Chrome
As mentioned in a StackOverflow Question here: Which versions of firefox does angularjs support?, since they say which IE version they support and not Chrome, Safari, or Firefox, it's safe to assume all the versions are working.
Version Support Status
Any version branch not shown in the following table (e.g. 1.6.x) is no longer being developed.
Version Status Comments
1.2.x Long Term Support Last version to provide IE 8 support
1.7.x Long Term Support See Long Term Support section below.
Long Term Support
At this time we will focus exclusively on providing fixes to bugs that satisfy at least one of the following criteria:
A security flaw is detected in the 1.7.x branch of the framework
One of the major browsers releases a version that will cause current production applications using AngularJS 1.7.x to stop working
The jQuery library releases a version that will cause current production applications using AngularJS 1.7.x to stop working.
— AngularJS Documentation - Version Support Status
According to AngularJS document:Internet Explorer Compatibility, the answer should be IE 9。
AngularJS 1.3 has dropped support for IE8. Read more about it on our blog. AngularJS 1.2 will continue to support IE8, but the core team does not plan to spend time addressing issues specific to IE8 or earlier.
The project currently supports and will attempt to fix bugs for IE9 and above. The continuous integration server runs all the tests against IE9, IE10, and IE11.

Compatibility Issues with Audio Tag in HTML 5

I've been trying to make an audio tag work in as many different browser/OS combinations as possible. Here's the simple snippet of code I am using:
<div class="audioPlayer"><audio src="http://2ndbc.org/podcasts/2013.09.29.m4a" controls=""></audio>
<p>Download this podcast.</p></div>
This works great in Internet Explorer 9 on Windows 7, Safari 6.x on OS X 10.8 and Chrome on OS X. I'm also told it works fine on the latest Chrome and Firefox on Windows 7. However, it doesn't seem to work with Firefox or Chrome on Windows XP. I don't have access to an Android phone, but I was also told by one person that it didn't work on Android. I've tried both M4A/AAC and MP3 files. (As far as I can tell, it should work now that Firefox can support MP3 files.)
I'm hoping I can come up with a solution that lets me avoid using a Flash-based player -- just to keep things simple, yet compatible with any current version browser.

Chrome with the same version of Webkit as Safari

I am testing my web application in Safari 5.1.7 on Windows (the latest version available). It shows a specific bug which I want to verify in Chrome that is using the same version of Webkit as Safari 5.1.7. How can I find out which Chrome version I need to download?
From Wikipedia page about Safari versions I know that Safari version 5.1.7 uses Webkit in version 534.57.2, but I can't seem to be able to translate that version to the corresponding Chrome version.
I found this post: Which version of Webkit in a given Chrome release?, but it doesn't quite help because it only gives the version of Webkit in a given Chrome release, not the version of Chrome that contains a given Webkit version.
What I usually do in this case is look at this list of chrome user agents and match to the closest webkit version, but it's tricky because you'll never get a full match.
For the sake of your specific questions, to get close to Safari 5.1.7's webkit engine you'd want to get a copy of the last Chrome 12 version. Technically Webkit 534.57.2 is somewhere between Chrome 13.0.766.0 and Chrome 13.0.782.1. But given that it's already hard to find old copies of Chrome. Finding an old very specific version like that on the web is near impossible.
Another great reference to find equivalent browser versions by date is the caniuse date relative data.
Look up any feature (such as 'flexbox') and click on "Date Relative" for a visual comparison of all browser versions by date releases.

Why does HTML5 video not work in the new Windows version of Safari?

I've tested on several installations of Safari 5.1.7 for Windows and I can't seem to get HTML5 videos to play.
I've been testing with this:
Basic HTML5 video test
It seems to work on Safari 5.1.7 for Mac and also earlier 5.0.x installations of Safari on Windows. Am I missing something?
Managed to fix this. For anyone else encountering similar problems, note that Safari requires quicktime in order to play HTML5 video/audio. If you've upgrade to a later version of Safari and notice that HTML5 video/audio stops working, you may also need to upgrade to the latest version of quicktime.

How to enable HTML5 on iPad with safari or opera mini browser?

I have just installed a gateone server, a software that enable you to ssh other hosts just with a html5 browser, I could do this with Chrome on Windows 7, but it won't work in ipad's default browser - safari , and I just installed a Opera Mini in App Store, but it also won't work.
You can also use it if it will you , guys . the address is https://www.myciscolab.net/
HTML 5 is partly supported by safari, so the HTML5 you use on your website is probably not supported by Safari or Opera Mini. You could use websites like http://www.browsercompatible.com to determine which features of HTML5 you can use and which you can't. There are other websites as well click here