TAMS Ingest (pull)

Connects to a remote TAMS API and ingests as a real-time stream

Component Configuration

Option Description Required

id

A unique identifier for the component instance

displayName

The name shown in the Studio UI of this component

flowIds

List of flow IDs to ingest (i.e. a video and an audio flow ID) (default: [])

url

Base URL of the TAMS API

startPosition

Stream start position (TAMS timestamp)

auth

Authentication settings

initialState

The ingest state of this component on start-up (default: "enabled")

streamMappings

Configure which streams to accept from this input

notes

Additional notes about this component

Auth (Basic)

Option Description Required

kind

"basic"

username

Username

password

Password

Auth (Bearer token)

Option Description Required

kind

"bearer"

token

Token

Auth (OAuth2 (OIDC) Credentials)

Option Description Required

kind

"oidc"

url

OIDC Discovery URL

clientId

Client ID

secret

Client Secret

Auth (None)

Option Description Required

kind

"none"

Tags: ingest