Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1006 Bytes

apple-adds-airplay-to-mobile-safari.mdx

File metadata and controls

20 lines (16 loc) · 1006 Bytes
title tags author alias date
Apple adds AirPlay to Mobile Safari
news
code
name github
Steve Heffernan
heff
post/35885444487/index.html
2011-01-27 16:00:00 -0800

AirPlay is a video feature on iOS devices that lets you play video from your device on your TV, by streaming it to an Apple TV on the same wireless network. Before now this was only available in the iPod and YouTube apps, but with iOS 4.3 (now in beta) it will be available through Mobile Safari as well.

AirPlay Feature in Mobile Safari

In order to allow AirPlay as an option, video publishers have to add an attribute to the HTML5 video tag. <video width=“480” height=“300” controls x-webkit-airplay=“allow”> … We’ll be adding this as a default attribute in the next VideoJS version.

Read the whole story on MacRumors.