Book Image

WebRTC Blueprints

By : Andrii Sergiienko
Book Image

WebRTC Blueprints

By: Andrii Sergiienko

Overview of this book

Table of Contents (13 chapters)
WebRTC Blueprints
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Limitations


The screen casting feature is an experimental feature, and for now, only Chrome can stream the desktop. Other browsers (for example, Firefox) can receive the screen cast data streamed by Chrome and show it, but they don't support screen casting itself as yet.

Streaming of prerecorded media can work differently in different browsers:

  • Firefox will start playing the streamed data right after it has received the first chunk

  • Chrome will wait until all the chunks are received (the whole media file) and will start playing only after that