舉報

會員
Learning WebRTC
最新章節:
Index
IfyouareawebdeveloperwhowantstocreatewelldesignedWebRTCapplicationsforyourusers,thisisthebookforyou.Evenifyouareearlyinyourwebdevelopmentcareer,thisbookaimstoprovideacompleteunderstandingoftheWebRTCAPI.ItisassumedthatyouhavepreviousexposuretowebdevelopmentusingHTML5andJavaScripttechnologies.
目錄(86章)
倒序
- 封面
- 版權信息
- Credits
- About the Author
- About the Reviewers
- www.PacktPub.com
- Preface
- Chapter 1. Getting Started with WebRTC
- Audio and video communication today
- Enabling audio and video on the Web
- Creating web standards
- Using WebRTC in your browser
- Applications enabled by WebRTC
- Self-test questions
- Summary
- Chapter 2. Getting the User's Media
- Getting access to media devices
- Constraining the media stream
- Handling multiple devices
- Modifying the media stream
- Self-test questions
- Summary
- Chapter 3. Creating a Basic WebRTC Application
- Understanding UDP transport and real-time transfer
- The WebRTC API
- Building a basic WebRTC application
- Running your first WebRTC application
- Self-test questions
- Summary
- Chapter 4. Creating a Signaling Server
- Building a signaling server
- Setting up our environment
- Getting a connection
- Identifying users
- Initiating a call
- Answering a call
- Handling ICE candidates
- Hanging up a call
- Complete signaling server
- Signaling in the real world
- Self-test questions
- Summary
- Chapter 5. Connecting Clients Together
- The client application
- Setting up the page
- Getting a connection
- Logging in to the application
- Initiating a call
- Hanging up a call
- A complete WebRTC client
- Improving the application
- Self-test questions
- Summary
- Chapter 6. Sending Data with WebRTC
- Stream Control Transmission Protocol and data transportation
- The RTCDataChannel object
- Encryption and security
- Adding text-based chat
- Use cases
- Self-test questions
- Summary
- Chapter 7. File Sharing
- Getting a file with the File API
- Breaking down a file into chunks
- Putting it together on the other side
- Showing progress to the user
- Self-test questions
- Summary
- Chapter 8. Advanced Security and Large-scale Optimization
- Securing the signaling server
- Supporting mobile devices
- Introduction to mesh networking
- Video conferencing with more users
- The future of conference calls
- Self-test questions
- Summary
- Appendix A. Answers to Self-test Questions
- Chapter 1 Getting Started with WebRTC
- Chapter 2 Getting the User's Media
- Chapter 3 Creating a Basic WebRTC Application
- Chapter 4 Creating a Signaling Server
- Chapter 5 Connecting Clients Together
- Chapter 6 Sending Data with WebRTC
- Chapter 7 File Sharing
- Chapter 8 Advanced Security and Large-scale Optimization
- Index 更新時間:2021-07-16 13:53:56
推薦閱讀
- Puppet 4 Essentials(Second Edition)
- Python量化投資指南:基礎、數據與實戰
- Azure IoT Development Cookbook
- Learning RxJava
- PHP網絡編程學習筆記
- Python神經網絡項目實戰
- Learn React with TypeScript 3
- Mastering Apache Spark 2.x(Second Edition)
- PHP 7+MySQL 8動態網站開發從入門到精通(視頻教學版)
- Node.js全程實例
- 響應式架構:消息模式Actor實現與Scala、Akka應用集成
- Hacking Android
- Python Programming for Arduino
- Java EE架構設計與開發實踐
- DevOps 精要:業務視角
- 從零開始構建深度前饋神經網絡:Python+TensorFlow 2.x
- Practical Responsive Typography
- Three.js Essentials
- Game Programming using Qt 5 Beginner's Guide
- Apache Cassandra Essentials
- F# for Machine Learning Essentials
- 云原生基礎架構:構建和管理現代可擴展基礎架構的模式及實踐
- Spring Batch Essentials
- Python編程輕松進階
- Salesforce Platform App Builder Certification Handbook
- Natural Language Processing with TensorFlow
- Jupyter for Data Science
- 千金良方:MySQL性能優化金字塔法則
- Java多線程編程核心技術(第3版)
- Mastering Scala Machine Learning