Skip to main content

Not a Developer? Start Here

Getting Started Without Code

You don’t need to be a developer to use AntCDN. This guide walks you through uploading videos, sharing them, and embedding them on your website—all through the dashboard.

What You Can Do

  • Upload Videos — Drag and drop your video files directly in the dashboard
  • Share Links — Get shareable links for any video with one click
  • Embed Videos — Copy embed codes for your website or blog
  • Manage Content — Organize videos, view analytics, and control access

Step 1: Upload Your First Video

  1. Log in to your AntCDN dashboard at app.antcdn.net
  2. Click the Upload button in the top right corner
  3. Drag and drop your video file, or click to browse your computer
  4. Wait for the upload and processing to complete (you’ll see a progress bar)
  5. Once complete, your video appears in your library

Supported Formats: AntCDN accepts most video formats including MP4, MOV, MKV, AVI, and WebM. We automatically convert your video to streaming-optimized formats.


Step 2: Share Your Video

There are three ways to share your video:

  1. Click on your video in the library
  2. Click the Share button
  3. Copy the link that appears
  4. Send it to anyone—they can watch directly in their browser

Option B: Embed on Your Website

If you have a website (like WordPress, Squarespace, or Wix):

  1. Click on your video in the library
  2. Click the Embed button
  3. Copy the embed code
  4. Paste it into your website’s HTML editor

Example embed code:

<iframe
src="https://player.antcdn.net/embed/{your-video-id}"
width="640"
height="360"
frameborder="0"
allowfullscreen>
</iframe>

WordPress Users: In WordPress, switch to the “HTML” or “Code” editor view, then paste the embed code. The visual editor won’t work for embed codes.

For video players that accept HLS streams:

  1. Click on your video
  2. Click Details
  3. Copy the Playback URL (ends in .m3u8)
  4. Use this URL in any HLS-compatible player

Step 3: Control Who Can Watch

Public Videos

By default, videos are public—anyone with the link can watch.

Private Videos

To restrict access:

  1. Click on your video
  2. Go to SettingsAccess Control
  3. Toggle Private to on
  4. Your video now requires authentication

Note: Private videos require your developer to set up JWT token authentication. Share this documentation with them: Private Video Playback


Step 4: Organize Your Library

Create Folders

Keep your videos organized:

  1. Click New Folder in the sidebar
  2. Name your folder (e.g., “Marketing Videos”, “Product Demos”)
  3. Drag videos into the folder

Search and Filter

  • Use the search bar to find videos by name
  • Filter by upload date, duration, or status

Using the Player on Your Site

Embedding Options

PlatformHow to Embed
WordPressUse the HTML block and paste the embed code
SquarespaceAdd a “Code” block and paste the embed code
WixUse the “Embed” element from the Add menu
WebflowAdd an Embed element and paste the code
ShopifyEdit your theme’s HTML and paste where needed

Customizing the Player

You can customize the player appearance by adding parameters to the embed URL:

ParameterDescriptionExample
autoplayStart playing automatically?autoplay=true
mutedStart muted (required for autoplay)?muted=true
loopLoop the video?loop=true
controlsShow/hide controls?controls=false

Example with options:

<iframe
src="https://player.antcdn.net/embed/{video-id}?autoplay=true&muted=true"
width="100%"
height="auto">
</iframe>

Common Questions

How long does processing take?

Processing time depends on video length and quality:

  • Short videos (under 5 min): 1-3 minutes
  • Medium videos (5-30 min): 5-15 minutes
  • Long videos (30+ min): 15-45 minutes

What’s the maximum file size?

You can upload videos up to 25 GB per file.

Can I replace a video?

Not directly. Upload the new version and update your embed codes. The old video URL will continue working until you delete it.

Why isn’t my video playing?

Common issues:

  1. Still processing — Wait for the progress bar to complete
  2. Private video — Make sure authentication is set up
  3. Blocked domain — Check if domain restrictions are configured

Need Help?