Custom Domain Video Delivery: Why Your Brand Belongs on Every Listing Video
The URL on a shared listing video is the most overlooked piece of branding in real estate marketing. Here is why it matters more than people think, and exactly how to point video.yourbrand.com at your account — in plain English, on any registrar.
This walkthrough shows the entire process end to end — branding your account, then pointing your own subdomain at it. If you would rather watch than read, everything below is in here:
Branding and custom domain setup for white label video delivery under your own domain.
The URL Is Doing More Work Than You Think
Think about the actual path a listing video takes. You finish it and send a link to your client. Your client forwards it to the seller. The seller sends it to two family members and posts it in a neighborhood Facebook group. Your client posts it to Instagram Stories and drops it in an email blast to their database. A buyer texts it to their spouse.
At no point in that chain are you present to explain who made it. The only piece of attribution that survives every hop is the domain in the link. That is the whole argument for custom domain video delivery, and it is why it deserves ten minutes of DNS configuration rather than being treated as a vanity feature.
Vendor domain
somevideovendor.com/v/8f3a91c2-listingReads as third-party infrastructure. Advertises your supplier on every forward, and looks indistinguishable from a spam link to a cautious recipient.
Your domain
video.yourbrand.com/1247-oak-streetReads as your own product. Recognizable, trustworthy, and it reinforces your brand every time anyone in the chain looks at the address bar.
The compounding referral effect
A listing video is not consumed once. The seller forwards it to family. The agent posts it on Instagram, Facebook, and a YouTube channel. Buyers text it to a spouse. One video can generate dozens of link impressions across weeks. If that link reads video.yourbrand.com, every single one of those impressions markets you. If it reads somevendor.com, you paid to market your supplier.
Trust and perceived value
People are cautious about clicking unfamiliar links, and rightly so. A recipient who recognizes the domain from the sender's email signature clicks without hesitation. A generic vendor subdomain with a random string in the path reads as spam to a nontrivial share of recipients, and some of them simply do not open it.
It reframes what you are selling
A branded link says you built a system. A vendor link says you bought a subscription. Same video, same quality, wildly different implication about what your client is paying for — and a client who identifies your vendor is one search away from cutting you out entirely.
Run the numbers once
Forty listings a year at a conservative twelve shares each is roughly 480 link impressions annually. Over three years that is about 1,440 impressions in front of exactly the audience you want — sellers, buyers, and other agents in your market. That is a meaningful billboard, and the only decision that determines whose name is on it is one DNS record.
How DNS and CNAME Records Actually Work
You do not need to understand DNS deeply to set this up, but a working mental model makes the difference between confidently pasting one record and nervously guessing at a form.
DNS is a phone book for the internet. Humans use names like yourbrand.com; computers need addresses. When someone opens your link, their device asks a DNS server, "where does this name actually live?" The DNS records on your domain are the entries in that phone book, and you control them at whichever registrar you bought the domain from.
A subdomain is a room in your house. If yourbrand.com is the house, then video.yourbrand.com is a room inside it. You own it automatically — no purchase, no separate registration. You are simply declaring that a room called "video" exists and saying where it points.
A CNAME record is call-forwarding. It says: when anyone asks for video.yourbrand.com, send them to this other hostname instead. The visitor never sees the forwarding happen. Their address bar keeps showing video.yourbrand.com while the content is served from the platform's infrastructure. That is the entire mechanism behind branded video links.
Two other terms you will see on the form. TTL (time to live) is how long servers are allowed to cache the answer before asking again — set it to one hour or Automatic while configuring. Host or Name is the room name, and on most registrars you type just video, not the full address, because the domain gets appended for you.
Pointing video.yourbrand.com at Your Account
The process is the same everywhere: get the target hostname from your dashboard, add one CNAME record at your registrar, then confirm it in the dashboard. Only the location of the DNS form differs. Start by enabling white label in your account settings, where the target hostname is displayed — the white label AI video for real estate page walks through where to find it.
Namecheap
- 1Sign in and open Domain List, then click Manage next to your domain
- 2Open the Advanced DNS tab
- 3Click Add New Record and choose CNAME Record
- 4Host: video — Target: the hostname from your dashboard — TTL: Automatic
- 5Click the green checkmark to save
GoDaddy
- 1Sign in and go to My Products, then click DNS next to your domain
- 2Click Add under the DNS Records list
- 3Type: CNAME
- 4Name: video — Value: the hostname from your dashboard — TTL: 1 Hour
- 5Click Save
HostGator
- 1Sign in to cPanel and open Zone Editor under Domains
- 2Click Manage next to the correct domain
- 3Click Add Record and select CNAME as the type
- 4Name: video.yourbrand.com — Record: the hostname from your dashboard
- 5Click Add Record to save
Using a different registrar — Cloudflare, Google Domains, Squarespace, Bluehost, Hover? The pattern is identical. Find the DNS or Zone Editor screen, add a record of type CNAME, put video in the Host or Name field, paste the target hostname in the Value, Target, or Points To field, and save. The labels differ; the record does not.
After saving, return to your dashboard and click verify. Once the record resolves, an SSL certificate is issued automatically for the subdomain so your links serve over https. From that point forward, every video you deliver uses your domain — nothing else in your workflow changes.
The trick if the DNS screen is intimidating
Screenshot the DNS instructions from your dashboard, screenshot your registrar's DNS page, and paste both into ChatGPT or Claude with a prompt like: "I need to add a CNAME record. Here are the instructions I was given and here is my registrar's DNS screen. Tell me exactly what to type in each field."
It will map the vendor's terminology onto your registrar's specific field labels, which is genuinely the only hard part of this task. This one tip resolves the overwhelming majority of custom domain support questions before they get asked.
Common DNS Mistakes and How Long Propagation Takes
Six issues account for nearly every failed custom domain setup. Check them in this order before assuming something is broken on the platform side.
Adding an A record instead of a CNAME
An A record points to a fixed IP address. Video delivery runs behind infrastructure whose IPs change, so a hardcoded A record will work for a while and then silently break. Always use CNAME for a video subdomain unless the vendor explicitly gives you an A record to use.
Typing the full subdomain into the Host field on Namecheap
Namecheap, Cloudflare, and most cPanel hosts append your domain automatically. Entering video.yourbrand.com in the Host field creates video.yourbrand.com.yourbrand.com. If your link is not resolving, check for a doubled domain first — this is the most common single error.
Leaving Cloudflare's proxy turned on
If your DNS runs through Cloudflare, set the new CNAME record to DNS only (grey cloud) rather than Proxied (orange cloud). The orange-cloud proxy interferes with SSL certificate issuance for the subdomain and produces a certificate warning that looks like a broken setup.
Creating a conflicting record on the same host
DNS will not let a CNAME coexist with another record on the same hostname. If something already exists at video, delete the old record before adding the new one. Two records on one host is a silent failure that is maddening to diagnose.
Assuming it failed because it did not work in five minutes
Propagation is not instant and it is not uniform. Your office network may resolve the new record in two minutes while your phone on cellular still has the old answer cached for an hour. Give it a full hour before troubleshooting anything.
Setting an extremely long TTL
A 24-hour TTL means any future correction takes a day to take effect everywhere. Use one hour or Automatic while you are setting things up. You can raise it later once the record is confirmed working.
What propagation actually looks like
"Up to 48 hours" is the number everyone quotes, and it is technically true but practically misleading. In 2026, a new subdomain CNAME typically resolves in five to sixty minutes. The 48-hour figure covers worst cases: nameserver changes, aggressive ISP caching, or a previously existing record with a long TTL that is still cached somewhere.
Propagation is also uneven, which trips people up. Your laptop may resolve the new record while your phone still has the old answer cached. If you want to check without guessing, run dig video.yourbrand.com CNAME in a terminal, or use any web-based DNS checker to see how different regions are resolving. If the record shows up correctly in a checker but not on your own machine, flush your local DNS cache or just wait — the record is fine.
One-time setup, permanent benefit
This is a ten-minute task you will never repeat. Every video you deliver afterward is automatically branded, forever, with no additional steps in your workflow. Very little else in marketing has that shape — most branding work requires ongoing effort to maintain. This one just runs.
Do It Before Your Next Listing
The reason to set this up now rather than eventually is that the benefit is retroactive to nothing and cumulative from here. Every video you send on a vendor domain between today and whenever you get around to it is an impression you cannot recover. The videos are already going out. The shares are already happening. The only question is whose name is attached.
If you have not set up branded delivery yet, the fastest path is to enable it, add the CNAME, and send your next listing through it. You can see how the whole system fits together on the walkthrough page, browse finished output in the examples gallery, or check plan details on the pricing page.
Put your domain on your next listing video
Enable white label delivery, add one CNAME record, and every video you send from that point on carries your brand instead of someone else's.
Related Articles
White Label AI Software: How Agencies Resell AI Video Under Their Own Brand
The margin math and packaging behind reselling AI video as an agency service line.
White Label Real Estate Software: The Complete 2026 Guide
Every category worth rebranding, plus 10 questions to ask any vendor before you sign.
Try the PhotoAIVideo Demo
Run your own listing photos through the tool and see the finished video before committing.