- 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
推薦閱讀
- Docker技術入門與實戰(第3版)
- Learning Apex Programming
- Web Scraping with Python
- Python自動化運維快速入門
- Learning Neo4j 3.x(Second Edition)
- 用Python實現深度學習框架
- Flutter跨平臺開發入門與實戰
- C語言程序設計
- 工業機器人離線編程
- Mastering HTML5 Forms
- 進入IT企業必讀的324個Java面試題
- MySQL 8從零開始學(視頻教學版)
- Data Manipulation with R(Second Edition)
- Mathematica Data Visualization
- Python程序設計案例教程