- 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
推薦閱讀
- Vue.js前端開發基礎與項目實戰
- Django開發從入門到實踐
- JavaScript Unlocked
- Programming ArcGIS 10.1 with Python Cookbook
- TestNG Beginner's Guide
- Python金融數據分析
- Mastering JavaScript Design Patterns(Second Edition)
- Microsoft Azure Storage Essentials
- Learning PHP 7
- D3.js By Example
- Python計算機視覺和自然語言處理
- Learning Jakarta Struts 1.2: a concise and practical tutorial
- MySQL數據庫應用實戰教程(慕課版)
- 實戰Python網絡爬蟲
- 百萬在線:大型游戲服務端開發