- Learning WebRTC
- Dan Ristic
- 123字
- 2021-07-16 13:53:41
Chapter 1. Getting Started with WebRTC
The Internet is no stranger to audio and video. Everyday web applications, such as Netflix and Pandora, stream audio and video content to millions of people. On the other hand, the Web is a stranger to real-time communication. Websites, such as Facebook, are only just starting to enable video-based communication in a browser, and they typically use a plugin that users have to install. This is where Web Real-Time Communication (WebRTC) comes into play.
In this chapter, we are going to cover the basics of WebRTC:
- The current status of the audio and video space
- The role that WebRTC plays in changing this space
- The major features of WebRTC and how they can be used
推薦閱讀
- Learning LibGDX Game Development(Second Edition)
- 深度實踐OpenStack:基于Python的OpenStack組件開發
- Spring Boot開發與測試實戰
- Learning Elixir
- Mastering Python Scripting for System Administrators
- Banana Pi Cookbook
- TypeScript圖形渲染實戰:基于WebGL的3D架構與實現
- Visual Basic程序設計實驗指導(第4版)
- JavaScript入門經典
- SQL基礎教程(第2版)
- Lighttpd源碼分析
- Illustrator CC平面設計實戰從入門到精通(視頻自學全彩版)
- Qt5 C++ GUI Programming Cookbook
- 大學計算機基礎實驗指導
- Web前端測試與集成:Jasmine/Selenium/Protractor/Jenkins的最佳實踐