@spub_editor

You recorded something for a specific person or a small group: a family moment, an internal demo, a rough cut for feedback. You do not want it public, you do not want it indexed, and you definitely do not want it showing up in recommendations next to strangers' content. What you want is a link you control.

Here is how private video sharing actually works, and where the surprises hide.

The three levels of video privacy

It helps to name them precisely, because platforms use these words loosely:

Public

Anyone can find it: search, feeds, platform search engines, indexes. Good for content you are trying to promote.

Unlisted

Anyone with the link can watch, but the platform does not advertise it. No feed placement, no search results inside the platform. This is the workhorse mode for sharing with a defined group. Most sharing platforms, including lightweight ones like s.pub for short clips, operate on a link-first basis where knowing the URL is the gate.

Truly private

Access requires authentication: the viewer logs in, or the link carries a signed, expiring token. This is the only level that survives a link being forwarded. If your platform does not offer it and the content is sensitive, that is a signal to use a different tool.

The link is the password, so treat it like one

An unlisted video is exactly as private as the link. Whoever has the URL can watch it, and links leak in predictable ways: pasted into a public chat by mistake, visible in a screenshot, preserved in a browser history, reshared by a recipient you trusted. For most personal sharing this risk level is fine. For anything genuinely sensitive, add an expiry or a password.

Practical setups by scenario

Sharing with family

Upload as unlisted and send the link in a family chat. Check the platform's default before you share: some sites default new uploads to public or to appearing in a global feed. On feed-oriented platforms, look for an unlisted or direct-link option before uploading the twenty-second clip of your kid's first steps.

Getting feedback on a rough cut

Unlisted link plus an expiry date. Reviewers get the real quality, and the link dies after the deadline, which also saves you from an old draft circulating forever. Add a version number to the filename so feedback references match what people actually watched.

Internal demos at work

Prefer your company's own storage for anything work-related, both for access control and for data policy reasons. A link behind your company login beats a public sharing site every time for internal material.

Client delivery

Expiring links on a transfer service, or a platform page if the client should stream rather than download. Keep the master file, because delivery platforms are not archives.

Checks worth doing before you send

Search the title

If your video has a distinctive title, search it on a search engine after uploading. If the page is indexed, your "private" link is not private. Platforms that respect privacy block indexing on unlisted pages, but verify rather than assume.

Strip metadata

Phones embed GPS and device details into video files. Most platforms scrub metadata during processing, but if you are sharing the raw file directly, clean it first. One FFmpeg line removes all metadata:

ffmpeg -i input.mp4 -map_metadata -1 -c copy clean.mp4

Watch the thumbnail

On some platforms the thumbnail of an unlisted video can appear in the uploader's public profile or channel page. If that is a concern, check your own profile page in a logged-out browser before distributing.

Set a deletion date

Decide now when the video stops being needed, and delete it then. Old links rot gracefully; old videos linger. A quarterly cleanup of your uploads page is a five-minute habit that prevents most "wait, that's still up?" moments.

The short version

For everyday private sharing, unlisted links are the right tool: send the link, get views, stay out of feeds and search. The moment content is truly sensitive, move to expiring or authenticated links and strip metadata. And remember the golden rule: a link is a credential. Share it with the same care you would share a password.

Comments 0

No comments yet