WebRTC Cookbook
eBook - ePub

WebRTC Cookbook

Andrii Sergiienko

Buch teilen
  1. 230 Seiten
  2. English
  3. ePUB (handyfreundlich)
  4. Über iOS und Android verfügbar
eBook - ePub

WebRTC Cookbook

Andrii Sergiienko

Angaben zum Buch
Buchvorschau
Inhaltsverzeichnis
Quellenangaben

Häufig gestellte Fragen

Wie kann ich mein Abo kündigen?
Gehe einfach zum Kontobereich in den Einstellungen und klicke auf „Abo kündigen“ – ganz einfach. Nachdem du gekündigt hast, bleibt deine Mitgliedschaft für den verbleibenden Abozeitraum, den du bereits bezahlt hast, aktiv. Mehr Informationen hier.
(Wie) Kann ich Bücher herunterladen?
Derzeit stehen all unsere auf Mobilgeräte reagierenden ePub-Bücher zum Download über die App zur Verfügung. Die meisten unserer PDFs stehen ebenfalls zum Download bereit; wir arbeiten daran, auch die übrigen PDFs zum Download anzubieten, bei denen dies aktuell noch nicht möglich ist. Weitere Informationen hier.
Welcher Unterschied besteht bei den Preisen zwischen den Aboplänen?
Mit beiden Aboplänen erhältst du vollen Zugang zur Bibliothek und allen Funktionen von Perlego. Die einzigen Unterschiede bestehen im Preis und dem Abozeitraum: Mit dem Jahresabo sparst du auf 12 Monate gerechnet im Vergleich zum Monatsabo rund 30 %.
Was ist Perlego?
Wir sind ein Online-Abodienst für Lehrbücher, bei dem du für weniger als den Preis eines einzelnen Buches pro Monat Zugang zu einer ganzen Online-Bibliothek erhältst. Mit über 1 Million Büchern zu über 1.000 verschiedenen Themen haben wir bestimmt alles, was du brauchst! Weitere Informationen hier.
Unterstützt Perlego Text-zu-Sprache?
Achte auf das Symbol zum Vorlesen in deinem nächsten Buch, um zu sehen, ob du es dir auch anhören kannst. Bei diesem Tool wird dir Text laut vorgelesen, wobei der Text beim Vorlesen auch grafisch hervorgehoben wird. Du kannst das Vorlesen jederzeit anhalten, beschleunigen und verlangsamen. Weitere Informationen hier.
Ist WebRTC Cookbook als Online-PDF/ePub verfügbar?
Ja, du hast Zugang zu WebRTC Cookbook von Andrii Sergiienko im PDF- und/oder ePub-Format sowie zu anderen beliebten Büchern aus Informatik & Webentwicklung. Aus unserem Katalog stehen dir über 1 Million Bücher zur Verfügung.

Information

Jahr
2015
ISBN
9781783284450

WebRTC Cookbook


Table of Contents

WebRTC Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Support files, eBooks, discount offers, and more
Why Subscribe?
Free Access for Packt account holders
Preface
What this book covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Downloading the example code
Downloading the color images of this book
Errata
Piracy
Questions
1. Peer Connections
Introduction
Building a signaling server in Erlang
Getting ready
How to do it…
How it works…
There's more…
See also
Building a signaling server in Java
Getting ready
How to do it…
How it works…
There's more…
See also
Detecting WebRTC functions supported by a browser
Getting ready
How to do it…
How it works…
There's more…
See also
Making and answering calls
Getting ready
How to do it…
Making a call
Answering a call
How it works…
There's more…
See also
Implementing a chat using data channels
Getting ready
How to do it…
Creating the main HTML page of the application
Creating the JavaScript helper library
How it works…
There's more…
See also
Implementing a chat using a signaling server
How to do it…
How it works…
There's more…
See also
Configuring and using STUN
Getting ready
How to do it…
How it works…
There's more…
See also
Configuring and using TURN
Getting ready
How to do it…
Installing the TURN server
Using TURN in WebRTC application
How it works…
There's more…
See also
2. Supporting Security
Introduction
Generating a self-signed certificate
Getting ready
How to do it…
How it works…
There's more…
See also
Configuring a TURN server with authentication
Getting ready
How to do it…
Implementing the client-side code
Implementing the server-side code
How it works…
There's more…
See also
Configuring a web server to work over HTTPS
Getting ready
How to do it…
Configuring Nginx
Configuring Apache
Configuring IIS
There's more…
See also
Configuring a WebSockets proxy on the web server
Getting ready
How to do it…
Configuring Nginx
Configuring Apache
Configuring IIS
How it works…
There's more…
See also
Configuring a firewall
Getting ready
How to do it…
Configuring a firewall on a server
Configuring a firewall on a client
See also
3. Integrating WebRTC
Introduction
Integrating WebRTC with Asterisk
Getting ready
How to do it…
Installing libSRTP
Installing Asterisk
How it works…
There's more…
See also
Integrating WebRTC with FreeSWITCH
Getting ready
How to do it…
Installing FreeSWITCH
Enabling WebRTC
Starting FreeSWITCH
How it works…
There's more…
See also
Making calls from a web page
Getting ready
How to do it…
Installing sipML5
How it works…
There's more…
See also
Integration of WebRTC with web cameras
Getting ready
How to do it…
Configuring the webcam
Installing WebRTC media server
Time for magic
How it works…
There's more…
4. Debugging a WebRTC Application
Introduction
Working with a WebRTC statistics API
Getting ready
How to do it…
Checking estimated bandwidth
Checking packet loss
How it works…
There's more…
See also
Debugging with Chrome
Getting ready
How to do it…
Using webrtc-internals
Using Chrome logging mechanism
How it works…
There's more…
See also
Debugging TURN
Getting ready
How to do it…
How it works…
There's more…
See also
Debugging using Wireshark
Getting ready
How to do it…
How it works…
There's more…
See also
5. Working with Filters
Introduction
Working with colors and grayscale
How to do it…
How it works…
Working with brightness
How to do it…
How it works…
Working with contrast
How to do it…
How it works…
Working with saturation
How to do it…
How it works…
Working with hue
How to do it…
How it works…
Using the sepia filter
How to do it…
How it works…
Using the opacity filter
How to do it…
How it works…
Inverting colors
How to do it…
How it works…
Implementing the blur effect
How to do it…
How it works…
Implementing the dropped shadow effect
How to do it…
How it works…
Combining filters
How to do it…
How it works…
Custom video processing
How to do it…
How it works…
6. Native Applications
Introduction
Building a customized WebRTC demo for iOS
Getting ready
How to do it…
There's more…
Building a demo project for a iOS simulator
See also
Compiling and running an original demo for iOS
Getting ready
How to do it…
Building a demo project for an iOS device
Building a demo project for an iOS simulator
There's more…
See also
Compiling and running a demo for Android
Getting ready
Preparing the system
Installing Oracle JDK
Getting the WebRTC source code
Installing Android Developer Tools
How to do it…
Running on the Android simulator
Fixing a bug with GLSurfaceView
Running on a physical Android device
There's more…
See also
Building an OpenWebRTC library
Getting ready
How to do it…
There's more…
7. Third-party Libraries
Introduction
Building a video conference using SimpleWebRTC
Getting ready
How to do it…
How it works…
There's more…
Creating an application using RTCMultiConnection
Getting ready
How to do it…
How it works…
There's more…
Developing a simple WebRTC chat using PeerJS
Getting ready
How to do it…
How it work...

Inhaltsverzeichnis