关于html5中video标签问题
问题描述
在video标签中,x-webkit-airplay='allow'是什么意思呀?
问题解答
回答1:支持Airplay的设备(如:音箱、Apple TV)播放
回答2:参考:http://jonbaer.com/post/11397...
X-WEBKIT-AIRPLAYSupport for playing video using AirPlay is included in the MPMoviePlayerController class. This support allows you to play video-based content on AirPlay–enabled hardware such as Apple TV. When the allowsAirPlay property of an active MPMoviePlayerController object is set to YES and the device is in range of AirPlay–enabled hardware, the movie player presents the user with a control for sending the video to that hardware. (That property is set to NO by default.) x-webkit-airplay=“allow”
相关文章:
1. docker-machine添加一个已有的docker主机问题2. angular.js - 为什么给 Angular 指令绑定事件无法生效3. 为什么我ping不通我的docker容器呢???4. golang - 用IDE看docker源码时的小问题5. html5 - 使用angular中,图片上传功能中选择多张图片是怎么实现的?有什么好的思路吗?6. docker - 各位电脑上有多少个容器啊?容器一多,自己都搞混了,咋办呢?7. MySQL 查询疑问?8. mysql - 求SQL语句9. php如何获取访问者路由器的mac地址10. mysql 5个left关键 然后再用搜索条件 几千条数据就会卡,如何解决呢
