- 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
推薦閱讀
- Embedded Linux Projects Using Yocto Project Cookbook
- Learning NServiceBus(Second Edition)
- C/C++算法從菜鳥到達人
- Magento 2 Development Cookbook
- C語言程序設計同步訓練與上機指導(第三版)
- Haskell Data Analysis Cookbook
- Multithreading in C# 5.0 Cookbook
- 軟件工程基礎與實訓教程
- ASP.NET 4.0 Web程序設計
- C語言程序設計實踐
- 基于GPU加速的計算機視覺編程:使用OpenCV和CUDA實時處理復雜圖像數(shù)據(jù)
- ASP.NET jQuery Cookbook(Second Edition)
- 編寫高質(zhì)量代碼之Java(套裝共2冊)
- Lync Server Cookbook
- 軟件測試項目實戰(zhàn)之功能測試篇