Twitch Streaming Using Twitch Extensions
You can also develop Twitch Extensions and use Genvid MILE SDK to create interactive solutions. In this case, your web server and the Genvid Cluster together provide what Twitch calls the Extension Back-end Service (EBS). The web server helps establish the initial connection with the Genvid Cluster which then passes Game Data on to the Twitch Extensions you develop to provide additional functionality. The static content for the Genvid Overlay is served from the Twitch CDN, rather than your own web server.
Important
Twitch Extensions are partially supported for development but require a more complex setup than for a custom website. We recommend reviewing the Twitch Extension Development Sample for detailed information about preparing for and developing your own extension for the Genvid MILE SDK.
Before You Begin
Before you begin work on a Twitch Extension overlay, be sure to thoroughly review the Twitch Extensions Guidelines & Policies and Required Technical Background for Extensions. This helps ensure you have a smooth extension life-cycle and avoid issues which might prevent your extension being approved, such as problems with Content Security Policy.
Overview
You must provide the connection information for your web server. For an example, see the Twitch Extension Configuration Service section of the Twitch documentation.
Integrate the Genvid MILE SDK with your game engine.
Create Twitch Extensions for displaying data provided from your Genvid Cluster.
Create a website for providing the initial connection.
Use the Genvid MILE Toolbox to set up your Genvid Cluster to provide data to your website.
Add and activate your Twitch Extensions on your Twitch channel.
The diagram shows much of the flow using Twitch Extensions is the same as with a Custom Website. The main differences are:
You create Twitch Extensions which provide the Genvid Overlay functionality you want.
Once approved, your Twitch Extensions are hosted on the Twitch CDN.
You activate your Twitch Extensions directly on your Twitch Channel, rather than embedding the Twitch feed on a Custom Website.
If you’re interested in developing Twitch Extensions using the Genvid MILE SDK, please contact us directly at support@genvidtech.com.