Skip to main content

6 docs tagged with "HTML"

View All Tags

Develop an adapter

Once you become familiar with the concept of adapter, you will probably want to develop your own. This page therefore serves as a quick "tutorial" so that you can master the main blocks constituting the creation of an adapter capable of transmitting to our system the events emitted by a given platform.

Develop an overlay

Once you become familiar with the concept of overlay, you will probably want to develop your own. This page therefore serves as a quick "tutorial" so that you can master the main blocks constituting the creation of an overlay capable of receiving and emitting events but also using the OBS JavaScript API.

Dock

Our dock, as described previously, is distributed in the form of an HTML page present at the following address:

Hosting

After developing your own adapters, overlays and themes it is necessary that those are hosted and served over HTTPS for use in our system. Adapters and overlays are HTML pages that can be displayed in iframes, themes are simple CSS files; their hosting is therefore standard in the Web development world.

Overlays

Overlays, such as described previously, are distributed as HTML pages served over HTTPS. They are displayed using our wrapper and use our JavaScript and CSS frameworks to receive (observe) and send (emit) events as well as use the OBS JavaScript API.

Wrapper

Our wrapper, such as described previously, is distributed in the form of an HTML page present at the following address: