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