Vindral Examples
This repository contains runnable example code for Vindral Web SDK and Vindral WebRTC Ingest SDK. The purpose is to provide a way for developers to try the SDKs without too much effort.
Read the Vindral Documentation for more information.
Example | Comment |
---|---|
Embed | The easiest way to integrate a player on any page without any js required |
Embed Responsive | Just like the above embed example but with some boilerplate to make the iframe responsive |
Player | The bundled Vindral Player GUI |
Basic | The bare miminal code to get started with the Vindral Web SDK |
Custom Player | Custom player GUI without using the bundled player |
Audio-only | Using Vindral in audio-only mode |
Cast Sender - stand-alone | Using Vindral Cast Sender as a stand-alone module for casting to a Cast Receiver (Google Chromecast), without a Player or Vindral instance |
WebRTC Ingest - basic example | Using WebRTC Ingest SDK to ingest audio and video |
WebRTC Ingest - select sources | Extended version of the basic example where camera and microphone can be selected |
WebRTC Ingest - embed | Using embedded WebRTC Ingest to ingest audio and video |