metaRTC与浏览器webrtc的P2P通信编程指南

概述

metaRTC新版本支持webrtc版的p2p,支持一对一和一对多应用,在应用中浏览器作为终端应用比较广,metaRTC提供有metaRTC和浏览器p2p通信demo。

 下载源码

https://github.com/metartc/metaRTChttps://github.com/metartc/metaRTChttps://github.com/metartc/metaRTCicon-default.png?t=M4ADhttps://github.com/metartc/metaRTCmetaRTC: metaRTC为嵌入式版本的webrtchttps://gitee.com/metartc/metaRTChttps://gitee.com/metartc/metaRTCicon-default.png?t=M4ADhttps://gitee.com/metartc/metaRTC

git clone https://github.com/metartc/metaRTC.git
或者
git clone https://gitee.com/metartc/metaRTC.git

metap2p3

metap2p3打开引用程序后,不需任何操作,会自动侦听信令,当有信令传过来时,自动启动webrtc程序和终端对接。

 metap2p3_html

浏览器demo为目录metap2p3_html

metaRTC与浏览器webrtc的P2P通信编程指南_第1张图片

 demo的html文件为p2pdemo.html

 输入框输入p2p地址和端口,点击播放视频按钮即可。

metap2p3_html源码




    metaRTC p2p demo
    
    
    
    
    
    
    
    
  


URL:

你可能感兴趣的:(metaRTC,webrtc,音视频,p2p)