Quick start
In this guide, you’ll learn how to create a basic smelter setup using Smelter TypeScript SDK. We will show you how to take two input videos and produce an output video with both of the inputs displayed side-by-side.
-
Create smelter configuration and initialize the smelter instance.
-
Register input streams.
After calling
registerInput
you’ll be able to establish the connection and start sending the stream.more about this example - video type etc
-
Register an output stream.
-
Render a single input stream and wire up the
App
component to the registered output. TheApp
component will serve as the root of our component tree. -
Modify the components to display both inputs inside of
Tiles
.Tiles
will handle transitions and scaling of the inputs automatically.