FLV sample file
flv_60s_sample_file_3.5MB.flv
3.5 MB
video/x-flv
SHA256 verified
File details
Filename
flv_60s_sample_file_3.5MB.flvSize3.5 MB (3632288 bytes)
MIME type
video/x-flvExtension
.5MB.flvSHA256
b03c6fa9c55c34f9ca6b69e26aa4834c2808110dd3ba9ea48d3147f03f489c6aDownload commands
Use in scripts and tests
curl -L -o flv_60s_sample_file_3.5MB.flv \
https://samplefile.com/samples/download/video/flv/flv_60s_sample_file_3.5MB.flv/
wget -O flv_60s_sample_file_3.5MB.flv \
https://samplefile.com/samples/download/video/flv/flv_60s_sample_file_3.5MB.flv/
import requests
url = "https://samplefile.com/samples/download/video/flv/flv_60s_sample_file_3.5MB.flv/"
resp = requests.get(url)
with open("flv_60s_sample_file_3.5MB.flv", "wb") as f:
f.write(resp.content)
const resp = await fetch("https://samplefile.com/samples/download/video/flv/flv_60s_sample_file_3.5MB.flv/");
const buf = Buffer.from(await resp.arrayBuffer());
require("fs").writeFileSync("flv_60s_sample_file_3.5MB.flv", buf);
# Download and verify SHA256
curl -L -o flv_60s_sample_file_3.5MB.flv https://samplefile.com/samples/download/video/flv/flv_60s_sample_file_3.5MB.flv/
echo "b03c6fa9c55c34f9ca6b69e26aa4834c2808110dd3ba9ea48d3147f03f489c6a flv_60s_sample_file_3.5MB.flv" | shasum -a 256 -c
# Python
import hashlib, requests
data = requests.get("https://samplefile.com/samples/download/video/flv/flv_60s_sample_file_3.5MB.flv/").content
assert hashlib.sha256(data).hexdigest() == "b03c6fa9c55c34f9ca6b69e26aa4834c2808110dd3ba9ea48d3147f03f489c6a"
More FLV files
Other FLV Sample Files
| Filename | Size | SHA256 | Download |
|---|---|---|---|
flv_15s_sample_file_872KB.flv |
872.0 KB | bfbc78c9a5673716… |
Download |
flv_30s_sample_file_1.7MB.flv |
1.7 MB | eccae38427e41ae7… |
Download |
flv_5s_sample_file_280KB.flv |
279.3 KB | 3cec5133dc4135a3… |
Download |
Learn more