当前位置:网站首页>Introduction to the core functions of webrtc -- an article to understand peerconnectionfactoryinterface rtcconfiguration peerconnectioninterface
Introduction to the core functions of webrtc -- an article to understand peerconnectionfactoryinterface rtcconfiguration peerconnectioninterface
2022-07-01 02:57:00 【Crossing the river with a reed 694】
PeerConnectionFactoryInterface

Factory interface , Used to create PeerConnection, MediaStream and MediaStreamTrack object
Thread can be passed in , Manage threads yourself
peer_connection_factory_ = webrtc::CreatePeerConnectionFactory(
nullptr /* network_thread */, nullptr /* worker_thread */,
signaling_thread_.get(), nullptr /* default_adm */,
webrtc::CreateBuiltinAudioEncoderFactory(),
webrtc::CreateBuiltinAudioDecoderFactory(),
webrtc::CreateBuiltinVideoEncoderFactory(),
webrtc::CreateBuiltinVideoDecoderFactory(), nullptr /* audio_mixer */,
nullptr /* audio_processing */);
RTCConfiguration Configuration related
The RTCConfiguration The code dictionary is used for RTCPeerConnection Provide configuration options .
There are many related configurations , There are some important , Something less important , You need to read the documents a little bit , Here are some , can
边栏推荐
- [machine learning] vectorized computing -- a must on the way of machine learning
- [QT] add knowledge supplement of third-party database
- [wechat applet development] style summary
- Youmeng (a good helper for real-time monitoring of software exceptions: crash) access tutorial (the easiest tutorial for Xiaobai with some foundation)
- Summary of problems encountered in debugging positioning and navigation
- Lenovo x86 server restart management controller (xclarity controller) or TSM method
- 鼠标悬停效果三
- Mnasnet learning notes
- VMware vSphere 6.7 virtualization cloud management 12. Vcsa6.7 update vCenter server license
- Saving images of different depths in opencv
猜你喜欢
随机推荐
[small program project development -- Jingdong Mall] the home page commodity floor of uni app
鼠标悬停效果十
Codeforces Round #416 (Div. 2) C. Vladik and Memorable Trip
鼠标悬停效果一
Introduction to kubernetes resource objects and common commands (II)
Example of Huawei operator level router configuration | example of configuring optionc mode cross domain LDP VPLS
鼠标悬停效果六
ipmitool下载地址和编译安装时可能出现的问题
Dell server restart Idrac method
[QT] add knowledge supplement of third-party database
Huawei operator level router configuration example | BGP VPLS and LDP VPLS interworking example
鼠标悬停效果五
How to determine the progress bar loaded in the loading interface when opening the game
PCB defect detection based on OpenCV and image subtraction
Analysis and solution of anr problems
基于OPENCV和图像减法的PCB缺陷检测
Mouse over effect I
Scale SVG to container without mask / crop
Why are strings immutable in many programming languages? [repeated] - why are strings immutable in many programming languages? [duplicate]
鼠标悬停效果四





![[linear DP] shortest editing distance](/img/2f/9a6f661bf478fdd5d53e5a03d7297d.jpg)



