- 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
推薦閱讀
- Spring Cloud Alibaba核心技術與實戰案例
- 單片機C語言程序設計實訓100例:基于STC8051+Proteus仿真與實戰
- 碼上行動:零基礎學會Python編程(ChatGPT版)
- Python進階編程:編寫更高效、優雅的Python代碼
- Java軟件開發基礎
- Amazon S3 Cookbook
- MySQL數據庫管理與開發實踐教程 (清華電腦學堂)
- iOS編程基礎:Swift、Xcode和Cocoa入門指南
- Mastering JBoss Enterprise Application Platform 7
- 響應式架構:消息模式Actor實現與Scala、Akka應用集成
- Spring Boot+Vue全棧開發實戰
- Rust游戲開發實戰
- Java圖像處理:基于OpenCV與JVM
- C指針原理揭秘:基于底層實現機制
- Java Web動態網站開發(第2版·微課版)