html HTML5媒体捕获

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html HTML5媒体捕获相关的知识,希望对你有一定的参考价值。

<!-- 

http://www.html5rocks.com/en/tutorials/getusermedia/intro/

Support:
- Android 3.0 browser - one of the first implementations. Check out this video to see it in action.
- Chrome for Android (0.16)
- Firefox Mobile 10.0
- iOS6 Safari and Chrome (partial support)
-->

<!DOCTYPE html>
<html>

<head>
    <title></title>
    <meta http-equiv="Content-type" content="text/html; charset=utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
</head>

<body>
    <p>CAMCORDER</p>
    <input type="file" accept="video/*;capture=camcorder">
</body>

</html>

以上是关于html HTML5媒体捕获的主要内容,如果未能解决你的问题,请参考以下文章

如何将流式 rtsp 媒体嵌入到 html5 页面中

html [媒体标签] HTML5媒体标签#html5

html5捕获屏幕[重复]

如何自动化测试 html5 媒体元素

捕获 html5 地理定位事件

HTML5 视频帧捕获到位图