FLV sample file
flv_15s_sample_file_872KB.flv
872.0 KB
video/x-flv
SHA256 verified
File details
Filename
flv_15s_sample_file_872KB.flvSize872.0 KB (892908 bytes)
MIME type
video/x-flvExtension
.flvSHA256
bfbc78c9a567371668766371df74275f862af71cc2f2e6268a6272bcc0c5c632Download commands
Use in scripts and tests
curl -L -o flv_15s_sample_file_872KB.flv \
https://samplefile.com/samples/download/video/flv/flv_15s_sample_file_872KB.flv/
wget -O flv_15s_sample_file_872KB.flv \
https://samplefile.com/samples/download/video/flv/flv_15s_sample_file_872KB.flv/
import requests
url = "https://samplefile.com/samples/download/video/flv/flv_15s_sample_file_872KB.flv/"
resp = requests.get(url)
with open("flv_15s_sample_file_872KB.flv", "wb") as f:
f.write(resp.content)
const resp = await fetch("https://samplefile.com/samples/download/video/flv/flv_15s_sample_file_872KB.flv/");
const buf = Buffer.from(await resp.arrayBuffer());
require("fs").writeFileSync("flv_15s_sample_file_872KB.flv", buf);
# Download and verify SHA256
curl -L -o flv_15s_sample_file_872KB.flv https://samplefile.com/samples/download/video/flv/flv_15s_sample_file_872KB.flv/
echo "bfbc78c9a567371668766371df74275f862af71cc2f2e6268a6272bcc0c5c632 flv_15s_sample_file_872KB.flv" | shasum -a 256 -c
# Python
import hashlib, requests
data = requests.get("https://samplefile.com/samples/download/video/flv/flv_15s_sample_file_872KB.flv/").content
assert hashlib.sha256(data).hexdigest() == "bfbc78c9a567371668766371df74275f862af71cc2f2e6268a6272bcc0c5c632"
More FLV files
Other FLV Sample Files
| Filename | Size | SHA256 | Download |
|---|---|---|---|
flv_30s_sample_file_1.7MB.flv |
1.7 MB | eccae38427e41ae7… |
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