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
| Type | Purpose |
|---|---|
| Ingest Domain | Accepts incoming RTMP stream pushes from encoders and broadcasting software |
| Delivery Domain | Serves 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.

The table includes the following columns:
| Column | Description |
|---|---|
| Domain | The fully qualified domain name |
| Type | Indicates whether the domain is a Delivery Domain or an Ingest Domain |
| CName To | The CDN CNAME target to configure in your DNS provider |
| State | Current domain state: Active or To Verify |
| Associate with Delivery Domain | The delivery domain linked to this ingest domain |
| Created | The date the domain was registered |
| Operations | Available actions: CName, Config, Inactive, Delete, Verify |
Example Domain Entries
| Domain | Type | State |
|---|---|---|
llhls.live.vnetwork.dev | Delivery Domain | Active |
rtmp.ingest.vncdn.vn | Ingest Domain | To Verify |
llc.live.vncdn.vn | Delivery Domain | To 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