Skip to main content

Domain Management

Domain Management is the starting point for any Low-Latency Streaming deployment. Before streams can be pushed or delivered, operators must register at least one ingest domain and one delivery domain. The ingest domain receives RTMP streams from encoders, while the delivery domain distributes those streams to end viewers over HTTP-based protocols such as LL-HLS and WebRTC.

Domain Types

TypePurpose
Ingest DomainAccepts incoming RTMP stream pushes from encoders and broadcasting software
Delivery DomainServes live stream content to viewers via CDN edge nodes

Each ingest domain can be associated with one or more delivery domains. This association controls which delivery endpoints serve content received on a given ingest domain.

Domains List

The Domains page displays all registered domains and their current status.

Domains list

The table includes the following columns:

ColumnDescription
DomainThe fully qualified domain name
TypeIndicates whether the domain is a Delivery Domain or an Ingest Domain
CName ToThe CDN CNAME target to configure in your DNS provider
StateCurrent domain state: Active or To Verify
Associate with Delivery DomainThe delivery domain linked to this ingest domain
CreatedThe date the domain was registered
OperationsAvailable actions: CName, Config, Inactive, Delete, Verify

Example Domain Entries

DomainTypeState
llhls.live.vnetwork.devDelivery DomainActive
rtmp.ingest.vncdn.vnIngest DomainTo Verify
llc.live.vncdn.vnDelivery DomainTo Verify

Domains with a To Verify state require DNS verification before they become operational. Domains in Active state are ready to accept or serve traffic.

Sub-Topics

  • Create a Domain - Register a new ingest or delivery domain in the LLS console
  • Verify a Domain - Prove domain ownership by adding a DNS TXT record and completing the verification flow
  • Associate Domains - Link an ingest domain to a delivery domain to enable end-to-end stream routing
  • Anti-Leech - Protect streams from unauthorized access using token-based authentication modes
  • Delivery Domain Configuration - Configure access control, cache policies, and HTTPS settings for a delivery domain
  • Activate / Inactivate a Domain - Toggle a domain between active and inactive states
  • Delete Domain - Permanently remove a domain and all associated configurations