- 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
推薦閱讀
- Boost程序庫完全開發(fā)指南:深入C++”準”標準庫(第5版)
- 零基礎學C++程序設計
- SpringMVC+MyBatis快速開發(fā)與項目實戰(zhàn)
- 動手玩轉Scratch3.0編程:人工智能科創(chuàng)教育指南
- Python應用輕松入門
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- 3D少兒游戲編程(原書第2版)
- PostgreSQL Replication(Second Edition)
- Android應用案例開發(fā)大全(第二版)
- Statistical Application Development with R and Python(Second Edition)
- 軟件測試分析與實踐
- Java語言程序設計實用教程(第2版)
- PHP動態(tài)網站開發(fā)實踐教程
- C語言程序設計實驗指導教程
- Laravel 5.x Cookbook