- Learning WebRTC
- Dan Ristic
- 78字
- 2021-07-16 13:53:42
Chapter 2. Getting the User's Media
Obtaining a live video and audio feed from a user's webcam and microphone is the first step to creating a communication platform on WebRTC. This has traditionally been done through browser plugins, but we will use the getUserMedia
API to do this all in JavaScript.
In this chapter, we will cover the following topics:
- Getting access to media devices
- Constraining the media stream
- Handling multiple devices
- Modifying the stream data
推薦閱讀
- Java入門經典(第6版)
- Interactive Data Visualization with Python
- Mastering SVG
- VMware vSphere 6.7虛擬化架構實戰指南
- Java:Data Science Made Easy
- Java面向對象程序開發及實戰
- Mastering Apache Spark 2.x(Second Edition)
- OpenResty完全開發指南:構建百萬級別并發的Web應用
- Extreme C
- Qlik Sense? Cookbook
- Mastering Concurrency in Python
- 金融商業數據分析:基于Python和SAS
- Kohana 3.0 Beginner's Guide
- Splunk Essentials
- Docker on Windows