XRevent Broadcaster Architecture - xrchisense/xrevent-broadcaster-unity GitHub Wiki

Contents

Abstract

...

Simple Network Overview

Simple diagram of the streaming architecture

More Detailed Overview

More detailed diagram of the streaming architecture

Alternatives

In order to play video content the XRevent Broadcaster is essentially a web browser in Unity that displays a Java Script based WebRTC Video Player. In this prototype, the Mozilla GeckoView wrapper is used. It wraps Gecko the wbengine (also used by Firefox) to make ist useable for Android. Currently GeckoView is Android specific and can not run on other Platforms such as PC, Mac or Linux. However, we came across browser implementations, which might be useful for extending to these Platforms:

  • Servo
  • Wolvic