FLV sample file
flv_5s_sample_file_280KB.flv
279.3 KB
video/x-flv
SHA256 verified
File details
Filename
flv_5s_sample_file_280KB.flvSize279.3 KB (285966 bytes)
MIME type
video/x-flvExtension
.flvSHA256
3cec5133dc4135a3f4a654706e38fcf3ef0747a3470d390fcf812c900c043121Download commands
Use in scripts and tests
curl -L -o flv_5s_sample_file_280KB.flv \
https://samplefile.com/samples/download/video/flv/flv_5s_sample_file_280KB.flv/
wget -O flv_5s_sample_file_280KB.flv \
https://samplefile.com/samples/download/video/flv/flv_5s_sample_file_280KB.flv/
import requests
url = "https://samplefile.com/samples/download/video/flv/flv_5s_sample_file_280KB.flv/"
resp = requests.get(url)
with open("flv_5s_sample_file_280KB.flv", "wb") as f:
f.write(resp.content)
const resp = await fetch("https://samplefile.com/samples/download/video/flv/flv_5s_sample_file_280KB.flv/");
const buf = Buffer.from(await resp.arrayBuffer());
require("fs").writeFileSync("flv_5s_sample_file_280KB.flv", buf);
# Download and verify SHA256
curl -L -o flv_5s_sample_file_280KB.flv https://samplefile.com/samples/download/video/flv/flv_5s_sample_file_280KB.flv/
echo "3cec5133dc4135a3f4a654706e38fcf3ef0747a3470d390fcf812c900c043121 flv_5s_sample_file_280KB.flv" | shasum -a 256 -c
# Python
import hashlib, requests
data = requests.get("https://samplefile.com/samples/download/video/flv/flv_5s_sample_file_280KB.flv/").content
assert hashlib.sha256(data).hexdigest() == "3cec5133dc4135a3f4a654706e38fcf3ef0747a3470d390fcf812c900c043121"
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_60s_sample_file_3.5MB.flv |
3.5 MB | b03c6fa9c55c34f9… |
Download |
Learn more