- Learning WebRTC
- Dan Ristic
- 103字
- 2021-07-16 13:53:44
Chapter 3. Creating a Basic WebRTC Application
The first step of any WebRTC application is to create an RTCPeerConnection
. Creating a successful RTCPeerConnection
will require an understanding of the inner workings of how a browser creates peer connections. Firstly, in this chapter, we will lay the groundwork to understand the internals of WebRTC. Then we will utilize this knowledge to create a basic WebRTC video chat application.
In this chapter, we will cover the following topics:
- Understanding UDP transport and real-time transfer
- Signaling and negotiating with other users locally
- Finding other users on the Web and NAT traversal
- Creating an
RTCPeerConnection
推薦閱讀
- Vue.js 3.x快速入門
- JIRA 7 Administration Cookbook(Second Edition)
- AngularJS Web Application Development Blueprints
- 軟件測試工程師面試秘籍
- Mastering Kotlin
- Visual C++數字圖像處理技術詳解
- Python完全自學教程
- 基于SpringBoot實現:Java分布式中間件開發入門與實戰
- Kubernetes進階實戰
- Visual Basic語言程序設計基礎(第3版)
- 微信小程序開發邊做邊學(微課視頻版)
- 詩意的邊緣
- 中小企業網站建設與管理(靜態篇)
- Unity AI Game Programming(Second Edition)
- Expert Angular