WebRTC Cookbook
eBook - ePub

WebRTC Cookbook

Andrii Sergiienko

Share book
  1. 230 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

WebRTC Cookbook

Andrii Sergiienko

Book details
Book preview
Table of contents
Citations

Frequently asked questions

How do I cancel my subscription?
Simply head over to the account section in settings and click on ā€œCancel Subscriptionā€ - itā€™s as simple as that. After you cancel, your membership will stay active for the remainder of the time youā€™ve paid for. Learn more here.
Can/how do I download books?
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
What is the difference between the pricing plans?
Both plans give you full access to the library and all of Perlegoā€™s features. The only differences are the price and subscription period: With the annual plan youā€™ll save around 30% compared to 12 months on the monthly plan.
What is Perlego?
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, weā€™ve got you covered! Learn more here.
Do you support text-to-speech?
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Is WebRTC Cookbook an online PDF/ePUB?
Yes, you can access WebRTC Cookbook by Andrii Sergiienko in PDF and/or ePUB format, as well as other popular books in Informatik & Webentwicklung. We have over one million books available in our catalogue for you to explore.

Information

Year
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 of contents