当前位置:网站首页>WebRTC的学习(二)
WebRTC的学习(二)
2022-07-05 13:54:00 【全栈程序员站长】
英文原文的链接地址为:https://developer.mozilla.org/en-US/docs/Web/API/WebRTC_API/Overview
WebRTC是由一些关联的API和协议一起协作,支持两个或多个终端之间交换数据和媒体信息的技术。这篇文章提供了这些APIs的介绍和提供的功能。
RTCPeerConnection
在媒体能够交换,或者数据通道建立之前,你需要把两个终端连接起来。这个连接过程的完成就是使用RTCPeerConnection
接口。
MediaStream
MediaStream
接口描述了终端之间传输的媒体流。这个流由一个或多个媒体通道信息;通常这是一个音频通道或者视频通道信息。
一个媒体流能够传输实时的媒体(例如音频通话或者视频会议等)或者已存的媒体(例如网上电影)。
RTCDataChannel
WebRTC支持在建立连接的两个终端之间相互的传输二进制数据。这个过程通过RTCDataChannel
接口。
这个接口可以作为数据的反向通道,甚至作为主要的数据通道去交换各种数据。
例如在游戏应用中,通过这个接口可以实现多玩家支持,相互传送玩家的动作更新之类的数据。
发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/109268.html原文链接:https://javaforall.cn
边栏推荐
- ELFK部署
- leetcode 10. Regular expression matching regular expression matching (difficult)
- Primary code audit [no dolls (modification)] assessment
- Leetcode array question brushing notes
- aspx 简单的用户登录
- Matlab learning 2022.7.4
- Anchor navigation demo
- Solve the problem of "unable to open source file" xx.h "in the custom header file on vs from the source
- 国富氢能冲刺科创板:拟募资20亿 应收账款3.6亿超营收
- 清大科越冲刺科创板:年营收2亿 拟募资7.5亿
猜你喜欢
ZABBIX monitoring
Laravel dompdf exports PDF, and the problem of Chinese garbled code is solved
::ffff:192.168.31.101 是一个什么地址?
几款分布式数据库的对比
Solve the problem of invalid uni app configuration page and tabbar
Internal JSON-RPC error. {"code":-32000, "message": "execution reverted"} solve the error
Ordering system based on wechat applet
redis6事务和锁机制
Introduction to Chapter 8 proof problem of njupt "Xin'an numeral base"
IP packet header analysis and static routing
随机推荐
web3.eth. Filter related
2022年机修钳工(高级)考试题模拟考试题库模拟考试平台操作
这18个网站能让你的页面背景炫酷起来
In addition to the root directory, other routes of laravel + xampp are 404 solutions
IP packet header analysis and static routing
LeetCode_3(无重复字符的最长子串)
[machine learning notes] how to solve over fitting and under fitting
Jetpack compose introduction to mastery
PHP5下WSDL,SOAP调用实现过程
Solve the problem of "unable to open source file" xx.h "in the custom header file on vs from the source
ZABBIX monitoring
Pancake Bulldog robot V2 (code optimized)
Blue Bridge Cup study 2022.7.5 (morning)
Jasypt configuration file encryption | quick start | actual combat
Request + BS4 crawl Netease cloud music popular comments
[public class preview]: basis and practice of video quality evaluation
Ordering system based on wechat applet
Laravel framework operation error: no application encryption key has been specified
The development of speech recognition app with uni app is simple and fast.
Aspx simple user login