How do I generate the mp4 link to watch my video that I uploaded on cloudflare stream?

No description
2 Replies
Mackenly
Mackenly4mo ago
Stream supports several playback options found here: https://developers.cloudflare.com/stream/viewing-videos/ To get an mp4 download URL make sure enable MP4 downloads is enabled either via the dashboard or API. Cloudflare will then create the MP4 for download and allow you to download the MP4. Note that pricing is the same as if a user watched the entire video. Once processed you can download it from: https:// customer-<CODE>.cloudflarestream.com/<VIDEO_UID>/downloads/default.mp4 See doc on mp4: https://developers.cloudflare.com/stream/viewing-videos/download-videos/#secure-video-downloads
RedRoss
RedRoss4mo ago
thanks you so much