当前位置:网站首页>Webrtc learning (II)
Webrtc learning (II)
2022-07-05 14:13:00 【Full stack programmer webmaster】
The link address of the original English text is :https://developer.mozilla.org/en-US/docs/Web/API/WebRTC_API/Overview
WebRTC It's made up of some connections API Work with the agreement , Technology that supports the exchange of data and media information between two or more terminals . This article provides these APIs Introduction and functions provided by .
RTCPeerConnection
Can be exchanged in the media , Or before the data channel is established , You need to connect the two terminals . The completion of this connection process is to use RTCPeerConnection
Interface .
MediaStream
MediaStream
The interface describes the media stream transmitted between terminals . This stream consists of one or more media channel information ; Usually this is an audio channel or video channel information .
A media stream can transmit real-time media ( Such as audio call or video conference ) Or stored media ( For example, online movies ).
RTCDataChannel
WebRTC Support the transmission of binary data between two terminals that establish a connection . The process goes through RTCDataChannel
Interface .
This interface can be used as the reverse channel of data , Even as the main data channel to exchange all kinds of data .
For example, in game applications , Multi player support can be achieved through this interface , Transmit player's action updates and other data to each other .
Publisher : Full stack programmer stack length , Reprint please indicate the source :https://javaforall.cn/109268.html Link to the original text :https://javaforall.cn
边栏推荐
猜你喜欢
Sqllab 1-6 exercise
Introduction, installation, introduction and detailed introduction to postman!
Simple process of penetration test
清大科越冲刺科创板:年营收2亿 拟募资7.5亿
What is the future development trend of neural network Internet of things
Anchor navigation demo
Shenziyu, the new chairman of Meizu: Mr. Huang Zhang, the founder, will serve as the strategic adviser of Meizu's scientific and technological products
Tiflash compiler oriented automatic vectorization acceleration
Kunlun Taike rushes to the scientific innovation board: the annual revenue is 130million, and it plans to raise 500million. CETC Taiji holds 40% of the shares
TiFlash 面向编译器的自动向量化加速
随机推荐
Linked list (simple)
Fault analysis | analysis of an example of MySQL running out of host memory
R语言ggplot2可视化条形图:通过双色渐变配色颜色主题可视化条形图、为每个条形添加标签文本(geom_text函数)
Don't be unconvinced. Mobile phone function upgrade is strong
Redis如何实现多可用区?
Sorter evolution of ticdc 6.0 principle
Xampp configuring multiple items
OSI and tcp/ip protocol cluster
别不服气。手机功能升级就是强
R language ggplot2 visual density map: Visual density map by group and custom configuration geom_ The alpha parameter in the density function sets the image transparency (to prevent multiple density c
Routing in laravel framework
R语言使用nnet包的multinom函数构建无序多分类logistic回归模型、使用coef函数获取模型中每个变量(自变量改变一个单位)对应的对数优势比(log odds ratio)
04_solr7.3之solrJ7.3的使用
区间 - 左闭右开
Mingfeng medical sprint technology innovation board: annual revenue of 350million yuan, proposed to raise 624million yuan
Kunlun Taike rushes to the scientific innovation board: the annual revenue is 130million, and it plans to raise 500million. CETC Taiji holds 40% of the shares
循环不变式
R language ggplot2 visualization: use ggplot2 to visualize the scatter diagram, and use the labs parameter to customize the X axis label text (customize X axis labels)
How to deeply understand the design idea of "finite state machine"?
登录界面代码