Jump to content

Recommended Posts

Posted

Hi All.

 

We are reviewing our video formats for moodle, with the aim to encode TV recordings and make them directly available on Moodle.

 

Ideally we want want to be rid of external codec like flash and play directly in HTML5, so we started looking at webm.

 

From what I gather webm plays naively in Chrome,Opera and Firefox - but only works in IE with a plugin (standards based, so no surprise here) it. It seems to work on Androids, Windows and Linux but not ipad. I can't seem to find anything that works across the board...

 

 

Could you guys test this for me please:

http://video.webmfiles.org/elephants-dream.webm

 

 

Does it play on your phone/browser? did you need any plugins or does it run natively?

I'm particularly interested in it working on ipads...

Posted

Mpeg4? Sure it is not 'free' but everything modern supports h264 and usually in hardware. Web is still expencive computationally and power wise so killing students battery life and the environment.

 

Webm also relies on googles limited benevolence so it is not up front as to whether there will be issues in future, whether they decide to defend it against patents or not is up for debate still and it still has the computational drawbacks.

 

Personally, do a YouTube. Keep both, h264 for efficiency, compatibility and, well everything then webm in case they mpeg group decide to become a problem.

Posted

I don't think it is a specific google format - they bought it and released it as open source on a "worldwide, non-exclusive, no-charge, royalty-free patent license" - so anyone can use it or change it.

 

So how many browsers will support h.264/mp4? All the ones that don't support webm? I'm leaning towards both h.264 and webm which might be a pain as its double the amount of space!

Posted
Works in Chrome and Firefox on Mac 10.8.2 Safari auto downloads it and when clicked it opens in FF and plays. IE9 on Win7 auto downloads and auto plays in VLC. Iphone 4S 'Safari cannot download this file'...
  • Thanks 1
Posted

ok. So I now have the export from MythTV encoding to both H.264/MP4 and VP8/webm

 

Seems to work on everything except for IE9 - which wants to download it into mediaplayer. Is there any format that IE can play? and will this work for windows mobile phone users - I don't really want to marginalise them - being a linux user >10yrs I know how it can feel being in a minority.

Posted
FLV? thats what most youtube clips are played as according to Firebug?

 

Trying to find the best format that is naively supported by the browser - I''m trying to avoid plugins, FLV only works on windows and mac nowadays. IE seems to be a bit of a pig as usual, but I don't know how that will pan out for w8 phones.

Posted

I think the norm is to do it in 3 formats:

 

Video - Dive Into HTML5

 

This article explains it really well, tis a bit long but mostly goes through using handbrake or other converting software to do the conversion for you into the 3 formats required to give 100% (haha well ok 100% ish) browser compatability.

  • Thanks 2
Posted (edited)

@CyberNerd. Here's another website you will find useful...

 

The State Of HTML5 Video

 

With Mozilla caving in and supporting H.264 in Firefox and Opera creating a WebKit-based browser, I think you could probably get away with just MP4s. :)

 

http://i.imgur.com/8kQWnBW.png

 

Also, do you plan on using something like HTML5Media, VideoJS, SublimeVideo or MediaElement to handle falling back to a different video format?

Edited by Arthur
Posted

 

How did you get on with the videos in IE9?

 

 

I think I noticed my mistake already. Because windows is such a ball ache to setup and maintain I only use it in a virtual machine for testing things then reverting the image to stop it turning to sludge. XP was running IE7 and W7 was on IE8.

Looks like the school has just dropped support for IE8.

Posted (edited)
does this play ok in IE and on WP8?

The video works fine for me in IE9 and IE10 when embedded in a HTML page.

 

http://i.imgur.com/MrknXaK.png

 


 
 
 

     


 
 

 

Clicking the link to the video in post #20 prompts me to download it as a file.

 

http://i.imgur.com/zvWyi0q.png

 

For Windows Phone 8, you may be able to use the emulator in the SDK to test?

 

Looks like the school has just dropped support for IE8.

Good idea! :D

Edited by Arthur
  • Thanks 1
Posted
The video works fine for me in IE9 and IE10 when embedded in a HTML page.

 

Surely it shouldn't need to be embedded !?! - FF,Chrome,opera,android all seem to play it direct...

Posted
Opens fine via media player on wp7, is will be using the system default handler to open it, if you want is to handle it in browser you'll need to tell it so by embedding
Posted
Opens fine via media player on wp7, is will be using the system default handler to open it, if you want is to handle it in browser you'll need to tell it so by embedding

 

ok. thats good to know.

I can see why web developers get so fed up with IE now, everything else seems to work seamlessly!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...