- 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
推薦閱讀
- 數據庫程序員面試筆試真題與解析
- vSphere High Performance Cookbook
- 深入淺出WPF
- Rake Task Management Essentials
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第2版)
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- 概率成形編碼調制技術理論及應用
- Building Serverless Web Applications
- 零基礎學Python編程(少兒趣味版)
- 新印象:解構UI界面設計
- UX Design for Mobile
- Python預測分析與機器學習
- 計算機系統解密:從理解計算機到編寫高效代碼
- Android應用開發攻略
- Python網絡爬蟲從入門到實踐