HTML5 audio and video: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
mNo edit summary
Line 34: Line 34:


* [http://camendesign.com/code/video_for_everybody Video for everybody] (shows how to use videos that also will work in older browsers)
* [http://camendesign.com/code/video_for_everybody Video for everybody] (shows how to use videos that also will work in older browsers)
* [http://webdesign.about.com/od/video/ss/html5-video_5.htm How to Use HTML 5 to Display Video in Modern Browsers] by By Jennifer Kyrnin, About.com Guide


=== Example code ===
=== Example code ===

Revision as of 13:31, 21 April 2012

This article or section is currently under construction

In principle, someone is working on it and there should be a better version in a not so distant future.
If you want to modify this page, please discuss it with the person working on it (see the "history")

Draft

Introduction

A short summary of video

Example file from Vimeo:

Basic use of video

Basic use of audio

Video capturing

Links

Specifications

  • WebRTC 1.0: Real-time Communication Between Browsers, W3C Editor's Draft 16 March 2012. This specification defines a set of APIs to represent streaming media, including audio and video, in JavaScript, to allow media to be sent over the network to another browser or device implementing the appropriate set of real-time protocols, and media received from another browser or device to be processed and displayed locally.

Manuals and reference

Tutorials

Example code