We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Introducing mediasoup A WebRTC SFU for Node.js

Formal Metadata

Title
Introducing mediasoup A WebRTC SFU for Node.js
Title of Series
Number of Parts
611
Author
License
CC Attribution 2.0 Belgium:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language
Production Year2017

Content Metadata

Subject Area
Genre
Abstract
mediasoup is a WebRTC SFU (Selective Forwarding Unit) for Node.js that allowsapplications to run multiparty video conferencing with browser and mobiledevices in a multi-stream fashion. Rather than being yet another standalone media server, mediasoup is a Node.jslibrary/module which can be easily integrated within existing applications. mediasoup exposes both, the ORTC API and the WebRTC API (same as in browsers),allowing the application to program multiparty video conferencing viaJavaScript. mediasoup is minimalist, it just focuses on media handling. Itdoes not provide, nor it mandates, a specific network signaling protocol. The talk will expose the technology behind mediasoup, the API it exposes, anda demo application the assistants will be able to join.