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
- Log in to your AntCDN dashboard at app.antcdn.net
- Click the Upload button in the top right corner
- Drag and drop your video file, or click to browse your computer
- Wait for the upload and processing to complete (you’ll see a progress bar)
- 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:
Option A: Copy the Share Link
- Click on your video in the library
- Click the Share button
- Copy the link that appears
- 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):
- Click on your video in the library
- Click the Embed button
- Copy the embed code
- 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.
Option C: Download the Player Link
For video players that accept HLS streams:
- Click on your video
- Click Details
- Copy the Playback URL (ends in
.m3u8) - 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:
- Click on your video
- Go to Settings → Access Control
- Toggle Private to on
- 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:
- Click New Folder in the sidebar
- Name your folder (e.g., “Marketing Videos”, “Product Demos”)
- 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
| Platform | How to Embed |
|---|---|
| WordPress | Use the HTML block and paste the embed code |
| Squarespace | Add a “Code” block and paste the embed code |
| Wix | Use the “Embed” element from the Add menu |
| Webflow | Add an Embed element and paste the code |
| Shopify | Edit your theme’s HTML and paste where needed |
Customizing the Player
You can customize the player appearance by adding parameters to the embed URL:
| Parameter | Description | Example |
|---|---|---|
autoplay | Start playing automatically | ?autoplay=true |
muted | Start muted (required for autoplay) | ?muted=true |
loop | Loop the video | ?loop=true |
controls | Show/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:
- Still processing — Wait for the progress bar to complete
- Private video — Make sure authentication is set up
- Blocked domain — Check if domain restrictions are configured
Need Help?
- Email: [email protected]
- Dashboard: Click the Help button in the bottom right
- Developers: Share the API Documentation with your technical team