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

Formale Metadaten

Titel
Introducing mediasoup A WebRTC SFU for Node.js
Serientitel
Anzahl der Teile
611
Autor
Lizenz
CC-Namensnennung 2.0 Belgien:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache
Produktionsjahr2017

Inhaltliche Metadaten

Fachgebiet
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.