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

KEY
Video.js - How to build and HTML5 Video Player
PDF
Making the HTML5 Video element interactive
PPTX
WordPress Plugins and Security
PPTX
CollabSphere SC 103 : Domino on the Web : Yes, It's (Probably) Hackable
PPTX
Optimizing HTML5 Video
PPT
Life on the Edge with ESI
PPTX
EVOLVE'13 | Enhance | Permission Sensitive Caching | Paul McMahon & Jason Rap...
KEY
Thats Not Flash?
Video.js - How to build and HTML5 Video Player
Making the HTML5 Video element interactive
WordPress Plugins and Security
CollabSphere SC 103 : Domino on the Web : Yes, It's (Probably) Hackable
Optimizing HTML5 Video
Life on the Edge with ESI
EVOLVE'13 | Enhance | Permission Sensitive Caching | Paul McMahon & Jason Rap...
Thats Not Flash?

What's hot (20)

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

Similar to HTML5 Video Presentation (20)

PDF
HTML5 multimedia - where we are, where we're going
KEY
HTML5 Video Player - HTML5 Dev Conf 2012
PDF
Multimedia on the web - HTML5 video and audio
PDF
Html5 Open Video Tutorial
PPS
Moving Pictures - Web 2.0 Expo NYC
PDF
Html5video
PPTX
HTML5 Multimedia Streaming
PPT
Html5 Video Vs Flash Video presentation
PDF
HTML5 Multimedia: where we are, where we're going
PDF
HTML Media: Where We Are & Where We Need To Go
PDF
HTML5 multimedia - browser-native video and audio - JSDay / Verona / 17 May 2012
PPT
Flash and HTML5 Video
PDF
HTML5 Multimedia Accessibility
PDF
HTML5 multimedia - browser-native video and audio - DevUp HTML5 / Barcelona /...
PDF
HTML5 Audio & Video
PDF
Video-Design-meeting-Video-Design-meeting
PPTX
Industrial Technology Multimedia Video Theory Prelim Course
PPT
Android Media Player Development
PDF
Craft 2019 - “The Upside Down” Of The Web - Video technologies
HTML5 multimedia - where we are, where we're going
HTML5 Video Player - HTML5 Dev Conf 2012
Multimedia on the web - HTML5 video and audio
Html5 Open Video Tutorial
Moving Pictures - Web 2.0 Expo NYC
Html5video
HTML5 Multimedia Streaming
Html5 Video Vs Flash Video presentation
HTML5 Multimedia: where we are, where we're going
HTML Media: Where We Are & Where We Need To Go
HTML5 multimedia - browser-native video and audio - JSDay / Verona / 17 May 2012
Flash and HTML5 Video
HTML5 Multimedia Accessibility
HTML5 multimedia - browser-native video and audio - DevUp HTML5 / Barcelona /...
HTML5 Audio & Video
Video-Design-meeting-Video-Design-meeting
Industrial Technology Multimedia Video Theory Prelim Course
Android Media Player Development
Craft 2019 - “The Upside Down” Of The Web - Video technologies
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