Upload and play your first video
This guide walks you through uploading a video to FastPix, either from a URL or from your device and playing it back.
Before you begin
- A FastPix account with an Access Token ID and Secret Key (from Settings > Access Tokens).
- A Development or Production workspace set up in your dashboard.
Upload your video
Choose one of the following upload methods.
Upload from a URL
Using the dashboard
- Go to Media > Create first media.
- Choose Pull Video and paste your video URL.
- Click Import. FastPix fetches and processes the video automatically.
- When the status shows Ready, copy the Playback ID from the Media Details page.
Using the API
Save the id from the response, this is your mediaId.
Upload from your device
Using the dashboard
- Go to Media > Create first media.
- Choose Push Video, then click Upload Video and select your file.
- Wait for the progress bar to reach 100%. When the status shows Ready, copy the Playback ID from the Media Details page.
Using the API
The response includes a signedUrl. Use it to upload your file:
Save the id from the response as your mediaId.
Get your playback ID
From the dashboard: Open the video’s Media Details page and copy the Playback ID.
Using the API:
Look for the id inside the playbackIds array in the response.
NOTE:
The video status must bereadybefore playback is available.
Play your video
Instant browser preview, open this URL in any browser:
Embed with the FastPix Player:
Use the HLS stream URL with any compatible player (HLS.js, Video.js, Shaka, AVPlayer, ExoPlayer):