Programming WebRTC

Programming WebRTC
Author :
Publisher : Pragmatic Bookshelf
Total Pages : 342
Release :
ISBN-10 : 9798888651117
ISBN-13 :
Rating : 4/5 ( Downloads)

Book Synopsis Programming WebRTC by : Karl Stolley

Download or read book Programming WebRTC written by Karl Stolley and published by Pragmatic Bookshelf. This book was released on 2024-06-27 with total page 342 pages. Available in PDF, EPUB and Kindle. Book excerpt: Build your own video chat application - but that's just the beginning. With WebRTC, you'll create real-time applications to stream any kind of user media and data directly from one browser to another, all built on familiar HTML, CSS, and JavaScript. Power real-time activities like text-based chats, secure peer-to-peer file transfers, collaborative brainstorming sessions - even multiplayer gaming. And you're not limited to two connected users: an entire chapter of the book is devoted to engineering multipeer WebRTC apps that let groups of people communicate in real time. You'll create your own video conferencing app. It's all here. WebRTC is an API exposed in all modern web browsers. After almost a decade of development, the WebRTC specification was finalized, and this book provides faithful coverage of that finalized specification. You'll start by building a basic but complete WebRTC application for video chatting. Chapter by chapter, you'll refine that app and its core logic to spin up new and exciting WebRTC-powered apps that will have your users sharing all manner of data with one another, all in real time. No third-party libraries or heavy downloads are required for you or your users: you'll be writing and strengthening your knowledge of vanilla JavaScript and native browser APIs. You'll learn how to directly connect multiple browsers over the open internet using a signaling channel. You will gain familiarity with a whole set of Web APIs whose features bring WebRTC to life: requesting access to users' cameras and microphones; accessing and manipulating arbitrary user files, right in the browser; and web storage for persisting shared data over the life of a WebRTC call. Like any Web API, WebRTC doesn't enjoy a perfect implementation in any browser. But this book will guide you in writing elegant code to the specification, with backward-compatible fallback code for use in almost all modern browsers. Use WebRTC to build the next generation of web applications that stream media and data in real time, directly from one user to another - all by working in the browser. What You Need: Readers need a text editor, an up-to-date copy of Chrome or Firefox, and a POSIX-style command-line shell. They'll also need to install a little bit of open-source software, especially Node.js. All necessary setup is covered in full in the book's introductory chapter.


Programming WebRTC Related Books

Programming WebRTC
Language: en
Pages: 342
Authors: Karl Stolley
Categories: Computers
Type: BOOK - Published: 2024-06-27 - Publisher: Pragmatic Bookshelf

DOWNLOAD EBOOK

Build your own video chat application - but that's just the beginning. With WebRTC, you'll create real-time applications to stream any kind of user media and da
Real-Time Communication with WebRTC
Language: en
Pages: 189
Authors: Salvatore Loreto
Categories: Computers
Type: BOOK - Published: 2014-04-16 - Publisher: "O'Reilly Media, Inc."

DOWNLOAD EBOOK

Deliver rich audio and video real-time communication and peer-to-peer data exchange right in the browser, without the need for proprietary plug-ins. This concis
Webrtc
Language: en
Pages: 350
Authors: Alan B. Johnston
Categories: Communications software
Type: BOOK - Published: 2014-03-11 - Publisher:

DOWNLOAD EBOOK

WebRTC, Web Real-Time Communications, is revolutionizing the way web users communicate, both in the consumer and enterprise worlds. WebRTC adds standard APIs (A
WebRTC Blueprints
Language: en
Pages: 259
Authors: Andrii Sergiienko
Categories: Computers
Type: BOOK - Published: 2014-05-15 - Publisher: Packt Publishing Ltd

DOWNLOAD EBOOK

This book is a step-by-step project-based guide that aims to teach you how to develop your own web applications and services with WebRTC in a concise, practical
Learning WebRTC
Language: en
Pages: 186
Authors: Dan Ristic
Categories: Computers
Type: BOOK - Published: 2015-06-30 - Publisher: Packt Publishing Ltd

DOWNLOAD EBOOK

The book begins by teaching you how to capture audio and video streams from the browser using the Media Capture and Streams API. You will then create your first