Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebRTC Samples

访问设备:

  • {title:'摄像头示例',path:'/camera'},
  • {title:'麦克风示例',path:'/microphone'},
  • {title:'截取视频示例',path:'/canvas'},
  • {title:'共享屏幕示例',path:'/screenSharing'},
  • {title:'视频滤镜示例',path:'/videoFilter'},

音视频设置:

  • {title:'视频分辨率示例',path:'/resolution'},
  • {title:'音量检测示例',path:'/audioVolume'},
  • {title:'设备枚举示例',path:'/deviceSelect'},
  • {title:'设置综合示例',path:'/mediaSettings'},

媒体流与轨道

  • {title:'MediaStreamAPI测试示例',path:'/mediaStreamAPI'},
  • {title:'捕获Video作为媒体流示例',path:'/captureVideo'},
  • {title:'捕获Canvas作为媒体流示例',path:'/captureCanvas'},

媒体录制

  • {title:'录制音频示例',path:'/recordAudio'},
  • {title:'录制视频示例',path:'/recordVideo'},
  • {title:'录制屏幕示例',path:'/recordScreen'},
  • {title:'录制Canvas示例',path:'/recordCanvas'},

连接建立

  • {title:'RTCPeerConnection示例',path:'/peerConnection'},
  • {title:'Video发送至远端示例',path:'/peerConnectionVideo'},
  • {title:'电子白板同步示例',path:'/peerConnectionCanvas'},

数据通道

  • {title:'数据通道发送文本消息示例',path:'/dataChannel'},
  • {title:'数据通道发送文件示例',path:'/dataChannelFile'},

Getting Started

npm install

npm run start
# or
npm run build

Open https://localhost:8080 with your browser to see the result.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages