- 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.
- LaTeX Cookbook
- UML和模式應(yīng)用(原書第3版)
- Design Principles for Process:driven Architectures Using Oracle BPM and SOA Suite 12c
- Spring Cloud Alibaba微服務(wù)架構(gòu)設(shè)計(jì)與開發(fā)實(shí)戰(zhàn)
- Cocos2d-x游戲開發(fā):手把手教你Lua語言的編程方法
- Hands-On Data Structures and Algorithms with JavaScript
- Vue.js快速入門與深入實(shí)戰(zhàn)
- 零基礎(chǔ)學(xué)Java(第4版)
- PHP+MySQL網(wǎng)站開發(fā)項(xiàng)目式教程
- QGIS Python Programming Cookbook(Second Edition)
- 一步一步跟我學(xué)Scratch3.0案例
- WCF技術(shù)剖析(卷1)
- 體驗(yàn)之道:從需求到實(shí)踐的用戶體驗(yàn)實(shí)戰(zhàn)
- MongoDB Cookbook
- Kohana 3.0 Beginner's Guide