相关疑难解决方法(0)

P2P视频使用HTML5或Javascript进行配置

我正在尝试使用html5和javascript构建视频会议,直到现在我能够流式传输相机并将其显示在画布上

这是代码

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"  dir="ltr">
<head>  
<style>

    nav .search {
        display: none;
    }

    .demoFrame header,
    .demoFrame .footer,
    .demoFrame h1,
    .demoFrame .p {
        display: none !important;
    }

    h1 {
        font-size: 2.6em;
    }

    h2, h3 {
        font-size: 1.7em;
    }

    .left {
        width: 920px !important;
        padding-bottom: 40px;
        min-height: auto !important;
        padding-right: 0;
        float: left;
    }

    div.p {
        font-size: .8em;
        font-family: arial;
        margin-top: -20px;
        font-style: italic;
        padding: 10px 0;
    }

    .footer {
        padding: 20px;
        margin: 20px 0 0 0;
        background: #f8f8f8;
        font-weight: …
Run Code Online (Sandbox Code Playgroud)

video-streaming websocket html5-video html5-canvas webrtc

4
推荐指数
1
解决办法
1万
查看次数