- Learning WebRTC
- Dan Ristic
- 188字
- 2021-07-16 13:53:43
Summary
You should now have a firm grasp of the different ways to capture the microphone and camera streams. We also covered how to modify the constraints of the stream and select them from a set of devices. Our last project brought all of this together and added filters and image capture to create a unique photo booth application.
In this chapter, we covered how to get access to media devices, constrain the media stream, handle multiple devices, and modify the stream data.
The MediaStream
specification is a constantly moving target. There are already plans to add a wealth of new features to the API enabling even more intriguing applications built on the Web. Always keep up with the latest specifications and support from the different browser vendors while developing WebRTC applications.
Although it may not seem like much, these techniques will help us in the upcoming chapters. Then knowing how to modify the input stream to ensure your WebRTC application is performing correctly will be the key.
In the upcoming chapters, we will use what we learned here to send our stream to another user using WebRTC.
- Java范例大全
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第3版)
- Learn React with TypeScript 3
- C語言程序設計
- Frank Kane's Taming Big Data with Apache Spark and Python
- Java EE架構設計與開發實踐
- Learning D3.js 5 Mapping(Second Edition)
- Android應用開發攻略
- Pandas 1.x Cookbook
- JBoss AS 7 Development
- Python數據可視化之matplotlib實踐
- 區塊鏈:技術與場景
- Java EE 程序設計
- Lync Server Cookbook
- C++標準庫(第2版)