hauxir / mediasoup-demos

Demos that show how to use mediasoup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mediasoup demos

This repo contains some example applications that use the mediasoup WebRTC SFU. The examples here aim to be very simple to read and understand, and to that end they contain the minimum code required to achieve their purpose. All other accessory concerns or features, such as security or multi-user session handling, are ignored on purpose.

These demos are not officially supported. They are written "on the go" as the need for them arises. As such, expect some rough edges or broken code. Having said that, in reality these demos are usually working just fine.

Read each demo's README to find out about what is done and how to make it run:

About

Demos that show how to use mediasoup

License:Apache License 2.0


Languages

Language:JavaScript 92.5%Language:HTML 7.5%