关于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-compose中volumes的问题2. docker - 各位电脑上有多少个容器啊?容器一多,自己都搞混了,咋办呢?3. apache - 想把之前写的单机版 windows 软件改成网络版,让每个用户可以注册并登录。类似 qq 的登陆,怎么架设服务器呢?4. javascript - [,null]是什么用法5. dockerfile - [docker build image失败- npm install]6. java - 对于jsp技术,aspx技术的困惑7. java - idea如何不显示.idea target这些文件夹8. docker-compose 为何找不到配置文件?9. javascript - vue vue-router 报$router重复定义10. apache - 怎么给localhost后面默认加上8080端口
