WebRTC Cookbook
eBook - ePub

WebRTC Cookbook

Andrii Sergiienko

Partager le livre
  1. 230 pages
  2. English
  3. ePUB (adapté aux mobiles)
  4. Disponible sur iOS et Android
eBook - ePub

WebRTC Cookbook

Andrii Sergiienko

DĂ©tails du livre
Aperçu du livre
Table des matiĂšres
Citations

Foire aux questions

Comment puis-je résilier mon abonnement ?
Il vous suffit de vous rendre dans la section compte dans paramĂštres et de cliquer sur « RĂ©silier l’abonnement ». C’est aussi simple que cela ! Une fois que vous aurez rĂ©siliĂ© votre abonnement, il restera actif pour le reste de la pĂ©riode pour laquelle vous avez payĂ©. DĂ©couvrez-en plus ici.
Puis-je / comment puis-je télécharger des livres ?
Pour le moment, tous nos livres en format ePub adaptĂ©s aux mobiles peuvent ĂȘtre tĂ©lĂ©chargĂ©s via l’application. La plupart de nos PDF sont Ă©galement disponibles en tĂ©lĂ©chargement et les autres seront tĂ©lĂ©chargeables trĂšs prochainement. DĂ©couvrez-en plus ici.
Quelle est la différence entre les formules tarifaires ?
Les deux abonnements vous donnent un accĂšs complet Ă  la bibliothĂšque et Ă  toutes les fonctionnalitĂ©s de Perlego. Les seules diffĂ©rences sont les tarifs ainsi que la pĂ©riode d’abonnement : avec l’abonnement annuel, vous Ă©conomiserez environ 30 % par rapport Ă  12 mois d’abonnement mensuel.
Qu’est-ce que Perlego ?
Nous sommes un service d’abonnement Ă  des ouvrages universitaires en ligne, oĂč vous pouvez accĂ©der Ă  toute une bibliothĂšque pour un prix infĂ©rieur Ă  celui d’un seul livre par mois. Avec plus d’un million de livres sur plus de 1 000 sujets, nous avons ce qu’il vous faut ! DĂ©couvrez-en plus ici.
Prenez-vous en charge la synthÚse vocale ?
Recherchez le symbole Écouter sur votre prochain livre pour voir si vous pouvez l’écouter. L’outil Écouter lit le texte Ă  haute voix pour vous, en surlignant le passage qui est en cours de lecture. Vous pouvez le mettre sur pause, l’accĂ©lĂ©rer ou le ralentir. DĂ©couvrez-en plus ici.
Est-ce que WebRTC Cookbook est un PDF/ePUB en ligne ?
Oui, vous pouvez accĂ©der Ă  WebRTC Cookbook par Andrii Sergiienko en format PDF et/ou ePUB ainsi qu’à d’autres livres populaires dans Informatik et Webentwicklung. Nous disposons de plus d’un million d’ouvrages Ă  dĂ©couvrir dans notre catalogue.

Informations

Année
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...

Table des matiĂšres