SlideShare a Scribd company logo
<video> will be your friend
       Joy Through “Standards”
Overview

• What is the video tag
• Why you can’t use it
• Why you’ll use it anyways
What is the Video Tag

• <video> makes video a first class citizen
• Part of the HTML5 specification
• As simple as <img>
Why You Can’t Use it


• Compatibility
• User Experience
Compatibility


• <video> standard does not mandate a format
• Just like the <img> tag
Two Primary Formats

       Theora

        H.264
Two Primary Formats

     Theora : ogg

      H.264 : mov/mp4/m4v
HTML5 Video Presentation
Taking sides
H.264                      OGG




        *
H.264

• Modern
• Scalable
• Efficient
But...


• Patented
• Royalty’d
Licensing


• MPEG-LA manages a patent pool
• Costs for Encoding, Decoding and
  potentially performance
Licensing


• MPEG-LA manages a patent pool
• Costs for Encoding, Decoding and
  potentially performance
What if you’re Firefox?

• Hard to pay a license cost
• Need cross platform support
• Values
What if you’re Firefox?

• Hard to pay a license cost
• Need cross platform support
                            Software Patents

• Values                      make me sad
OGG to the Rescue?

• On2 open sourced VP3, released patent
  claims
• Xiph.org group turns it into Theora
• Continues to enhance VP3
But...

• Technically inferior
• Submarine patents?
• Hardware support
What to do?

• Train is leaving the station
• IE9, Chrome, Safari, iEverything are on
  board with H.264
• Content producers are on board
• Fallback options exist
What to do?

• Train is leaving the station
• IE9, Chrome, Safari, iEverything are on
  board with H.264
• Content producers are on board
• Fallback options exist
Fallback example
<video>
  <source src=“video.mp4” type= “video/mp4” />
  <source src= “video.ogg” type= “video/ogg” />
  <object width="425" height="350"><param name="movie"
  value="myplayer.swf" />
  <param name= “flashvars” value= “file=video.mp4” />
  <embed src="myplayer.swf" flashvars= “file=video.mp4”
  type="application/x-shockwave-flash" width="425" height="350"> </
  embed>
    </object>
</video>
Fallback example
<video>
  <source src=“video.mp4” type= “video/mp4” />
  <source src= “video.ogg” type= “video/ogg” />
  <object width="425" height="350"><param name="movie"
  value="myplayer.swf" />
  <param name= “flashvars” value= “file=video.mp4” />
  <embed src="myplayer.swf" flashvars= “file=video.mp4”
  type="application/x-shockwave-flash" width="425" height="350"> </
  embed>
    </object>
</video>
Fallback example
<video>
  <source src=“video.mp4” type= “video/mp4” />
  <source src= “video.ogg” type= “video/ogg” />
  <object width="425" height="350"><param name="movie"
  value="myplayer.swf" />
  <param name= “flashvars” value= “file=video.mp4” />
  <embed src="myplayer.swf" flashvars= “file=video.mp4”
  type="application/x-shockwave-flash" width="425" height="350"> </
  embed>
    </object>
</video>
Fallback example
<video>
  <source src=“video.mp4” type= “video/mp4” />
  <source src= “video.ogg” type= “video/ogg” />
  <object width="425" height="350"><param name="movie"
  value="myplayer.swf" />
  <param name= “flashvars” value= “file=video.mp4” />
  <embed src="myplayer.swf" flashvars= “file=video.mp4”
  type="application/x-shockwave-flash" width="425" height="350"> </
  embed>
    </object>
</video>
Fallback example
<video>
  <source src=“video.mp4” type= “video/mp4” />
  <source src= “video.ogg” type= “video/ogg” />
  <object width="425" height="350"><param name="movie"
  value="myplayer.swf" />
  <param name= “flashvars” value= “file=video.mp4” />
  <embed src="myplayer.swf" flashvars= “file=video.mp4”
  type="application/x-shockwave-flash" width="425" height="350"> </
  embed>
    </object>
</video>
Why you want to use it

• Video can be a rich part of design
• Hardware acceleration
• Cross platform
Let’s build a player
Video Tag Attributes
  preload
               autoplay   controls
(autobuffer)


  height        loop      poster



    src         width
Video Tag Attributes
  preload
               autoplay   controls
(autobuffer)


  height        loop      poster



    src         width
Video Tag Attributes
  preload
               autoplay   controls
(autobuffer)


  height        loop      poster



    src         width
Video Tag Attributes
  preload
               autoplay   controls
(autobuffer)


  height        loop      poster



    src         width
Javascript Attributes
currentTime   startTime   duration


  paused       ended      seekable


 buffered      played     volume


  muted
Javascript Events

progress      play          pause



playing     canplay     canplaythrough



 ended     timeupdate
Living The Dream
Living The Dream
Caveats

• Some mobile platforms won’t run your JS
• Hardware accelerated platforms maybe
  limited to one video
• Make sure your server supports file resume
Summary

• <video> is coming
• It’s A Good Thing
• There are premade players today -
  jilion.com/sublime
• Great javascript helpers - html5video.org
@cmcfadden
http://z.umn.edu/lh

More Related Content

What's hot (20)

KEY
Flash And Dom
Mike Wilcox
 
PDF
Speed Up That Site! - a guide to caching plugins
Peter Baylies
 
PPTX
PG Day Us: Animations for Web & Hybrid
Alex Blom
 
PPTX
Optimizing WordPress - WordPress SF Meetup April 2012
Ben Metcalfe
 
PPTX
Ithemes presentation
Jason Yingling
 
PDF
10 common cf server challenges
ColdFusionConference
 
PPTX
Speeding Up WordPress sites
Jason Yingling
 
PPTX
Battling the WSOD - A Tech Support Tale
Kayleigh Thorpe
 
PDF
BP-6 Repository Customization Best Practices
Alfresco Software
 
PDF
iOS Media APIs (MobiDevDay Detroit, May 2013)
Chris Adamson
 
KEY
Standardizing and Managing Your Infrastructure - MOSC 2011
Brian Ritchie
 
PPTX
Rails Asset Pipeline - What, Why, Tips, Do's and Dont's
Rohan Daxini
 
PPTX
HTML5 and CSS3 Techniques You Can Use Today
Todd Anglin
 
PDF
EasyEngine - Command-Line tool to manage WordPress Sites on Nginx
rtCamp
 
PPTX
What is NetDevOps? How? Leslie Carr PuppetConf 2015
Leslie Carr
 
KEY
WebGL Camp 4 - A3 3D Engine
aerotwist
 
PDF
WordPress Server Security
Peter Baylies
 
PDF
Locking Down CF Servers
ColdFusionConference
 
PPT
Juggling Java EE with Enterprise Apache Maven
elliando dias
 
PPTX
Microsoft Azure Virtual Machine
Helmy Mohamed
 
Flash And Dom
Mike Wilcox
 
Speed Up That Site! - a guide to caching plugins
Peter Baylies
 
PG Day Us: Animations for Web & Hybrid
Alex Blom
 
Optimizing WordPress - WordPress SF Meetup April 2012
Ben Metcalfe
 
Ithemes presentation
Jason Yingling
 
10 common cf server challenges
ColdFusionConference
 
Speeding Up WordPress sites
Jason Yingling
 
Battling the WSOD - A Tech Support Tale
Kayleigh Thorpe
 
BP-6 Repository Customization Best Practices
Alfresco Software
 
iOS Media APIs (MobiDevDay Detroit, May 2013)
Chris Adamson
 
Standardizing and Managing Your Infrastructure - MOSC 2011
Brian Ritchie
 
Rails Asset Pipeline - What, Why, Tips, Do's and Dont's
Rohan Daxini
 
HTML5 and CSS3 Techniques You Can Use Today
Todd Anglin
 
EasyEngine - Command-Line tool to manage WordPress Sites on Nginx
rtCamp
 
What is NetDevOps? How? Leslie Carr PuppetConf 2015
Leslie Carr
 
WebGL Camp 4 - A3 3D Engine
aerotwist
 
WordPress Server Security
Peter Baylies
 
Locking Down CF Servers
ColdFusionConference
 
Juggling Java EE with Enterprise Apache Maven
elliando dias
 
Microsoft Azure Virtual Machine
Helmy Mohamed
 

Similar to HTML5 Video Presentation (20)

PDF
HTML5 multimedia - where we are, where we're going
brucelawson
 
KEY
HTML5 Video Player - HTML5 Dev Conf 2012
steveheffernan
 
PDF
Multimedia on the web - HTML5 video and audio
Christian Heilmann
 
PDF
Html5 Open Video Tutorial
Silvia Pfeiffer
 
PPS
Moving Pictures - Web 2.0 Expo NYC
Cal Henderson
 
PDF
Html5video
benwilkins
 
PPTX
HTML5 Multimedia Streaming
EDINA, University of Edinburgh
 
PPT
Html5 Video Vs Flash Video presentation
Matthew Fabb
 
PDF
HTML5 Multimedia: where we are, where we're going
brucelawson
 
PDF
HTML Media: Where We Are & Where We Need To Go
Nigel Parker
 
PDF
HTML5 multimedia - browser-native video and audio - JSDay / Verona / 17 May 2012
Patrick Lauke
 
PPT
Flash and HTML5 Video
Yoss Cohen
 
PDF
HTML5 Multimedia Accessibility
brucelawson
 
PDF
HTML5 multimedia - browser-native video and audio - DevUp HTML5 / Barcelona /...
Patrick Lauke
 
PDF
HTML5 Audio & Video
Aaron Gustafson
 
PDF
Video-Design-meeting-Video-Design-meeting
GeorgeDiamandis11
 
PPTX
Industrial Technology Multimedia Video Theory Prelim Course
jliang2145
 
PPT
Android Media Player Development
Talentica Software
 
PDF
Craft 2019 - “The Upside Down” Of The Web - Video technologies
Máté Nádasdi
 
HTML5 multimedia - where we are, where we're going
brucelawson
 
HTML5 Video Player - HTML5 Dev Conf 2012
steveheffernan
 
Multimedia on the web - HTML5 video and audio
Christian Heilmann
 
Html5 Open Video Tutorial
Silvia Pfeiffer
 
Moving Pictures - Web 2.0 Expo NYC
Cal Henderson
 
Html5video
benwilkins
 
HTML5 Multimedia Streaming
EDINA, University of Edinburgh
 
Html5 Video Vs Flash Video presentation
Matthew Fabb
 
HTML5 Multimedia: where we are, where we're going
brucelawson
 
HTML Media: Where We Are & Where We Need To Go
Nigel Parker
 
HTML5 multimedia - browser-native video and audio - JSDay / Verona / 17 May 2012
Patrick Lauke
 
Flash and HTML5 Video
Yoss Cohen
 
HTML5 Multimedia Accessibility
brucelawson
 
HTML5 multimedia - browser-native video and audio - DevUp HTML5 / Barcelona /...
Patrick Lauke
 
HTML5 Audio & Video
Aaron Gustafson
 
Video-Design-meeting-Video-Design-meeting
GeorgeDiamandis11
 
Industrial Technology Multimedia Video Theory Prelim Course
jliang2145
 
Android Media Player Development
Talentica Software
 
Craft 2019 - “The Upside Down” Of The Web - Video technologies
Máté Nádasdi
 
Ad

HTML5 Video Presentation

  • 1. <video> will be your friend Joy Through “Standards”
  • 2. Overview • What is the video tag • Why you can’t use it • Why you’ll use it anyways
  • 3. What is the Video Tag • <video> makes video a first class citizen • Part of the HTML5 specification • As simple as <img>
  • 4. Why You Can’t Use it • Compatibility • User Experience
  • 5. Compatibility • <video> standard does not mandate a format • Just like the <img> tag
  • 6. Two Primary Formats Theora H.264
  • 7. Two Primary Formats Theora : ogg H.264 : mov/mp4/m4v
  • 12. Licensing • MPEG-LA manages a patent pool • Costs for Encoding, Decoding and potentially performance
  • 13. Licensing • MPEG-LA manages a patent pool • Costs for Encoding, Decoding and potentially performance
  • 14. What if you’re Firefox? • Hard to pay a license cost • Need cross platform support • Values
  • 15. What if you’re Firefox? • Hard to pay a license cost • Need cross platform support Software Patents • Values make me sad
  • 16. OGG to the Rescue? • On2 open sourced VP3, released patent claims • Xiph.org group turns it into Theora • Continues to enhance VP3
  • 17. But... • Technically inferior • Submarine patents? • Hardware support
  • 18. What to do? • Train is leaving the station • IE9, Chrome, Safari, iEverything are on board with H.264 • Content producers are on board • Fallback options exist
  • 19. What to do? • Train is leaving the station • IE9, Chrome, Safari, iEverything are on board with H.264 • Content producers are on board • Fallback options exist
  • 20. Fallback example <video> <source src=“video.mp4” type= “video/mp4” /> <source src= “video.ogg” type= “video/ogg” /> <object width="425" height="350"><param name="movie" value="myplayer.swf" /> <param name= “flashvars” value= “file=video.mp4” /> <embed src="myplayer.swf" flashvars= “file=video.mp4” type="application/x-shockwave-flash" width="425" height="350"> </ embed> </object> </video>
  • 21. Fallback example <video> <source src=“video.mp4” type= “video/mp4” /> <source src= “video.ogg” type= “video/ogg” /> <object width="425" height="350"><param name="movie" value="myplayer.swf" /> <param name= “flashvars” value= “file=video.mp4” /> <embed src="myplayer.swf" flashvars= “file=video.mp4” type="application/x-shockwave-flash" width="425" height="350"> </ embed> </object> </video>
  • 22. Fallback example <video> <source src=“video.mp4” type= “video/mp4” /> <source src= “video.ogg” type= “video/ogg” /> <object width="425" height="350"><param name="movie" value="myplayer.swf" /> <param name= “flashvars” value= “file=video.mp4” /> <embed src="myplayer.swf" flashvars= “file=video.mp4” type="application/x-shockwave-flash" width="425" height="350"> </ embed> </object> </video>
  • 23. Fallback example <video> <source src=“video.mp4” type= “video/mp4” /> <source src= “video.ogg” type= “video/ogg” /> <object width="425" height="350"><param name="movie" value="myplayer.swf" /> <param name= “flashvars” value= “file=video.mp4” /> <embed src="myplayer.swf" flashvars= “file=video.mp4” type="application/x-shockwave-flash" width="425" height="350"> </ embed> </object> </video>
  • 24. Fallback example <video> <source src=“video.mp4” type= “video/mp4” /> <source src= “video.ogg” type= “video/ogg” /> <object width="425" height="350"><param name="movie" value="myplayer.swf" /> <param name= “flashvars” value= “file=video.mp4” /> <embed src="myplayer.swf" flashvars= “file=video.mp4” type="application/x-shockwave-flash" width="425" height="350"> </ embed> </object> </video>
  • 25. Why you want to use it • Video can be a rich part of design • Hardware acceleration • Cross platform
  • 26. Let’s build a player
  • 27. Video Tag Attributes preload autoplay controls (autobuffer) height loop poster src width
  • 28. Video Tag Attributes preload autoplay controls (autobuffer) height loop poster src width
  • 29. Video Tag Attributes preload autoplay controls (autobuffer) height loop poster src width
  • 30. Video Tag Attributes preload autoplay controls (autobuffer) height loop poster src width
  • 31. Javascript Attributes currentTime startTime duration paused ended seekable buffered played volume muted
  • 32. Javascript Events progress play pause playing canplay canplaythrough ended timeupdate
  • 35. Caveats • Some mobile platforms won’t run your JS • Hardware accelerated platforms maybe limited to one video • Make sure your server supports file resume
  • 36. Summary • <video> is coming • It’s A Good Thing • There are premade players today - jilion.com/sublime • Great javascript helpers - html5video.org