this post was submitted on 22 Jun 2023
0 points (NaN% liked)

/kbin meta

12 readers
1 users here now

Magazine dedicated to discussions about the kbin itself. Provide feedback, ask questions, suggest improvements, and engage in conversations related to the platform organization, policies, features, and community dynamics. ---- * Roadmap 2023 * m/kbinDevlog * m/kbinDesign

founded 1 year ago
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago

.m3u8 is a file format for video streams. It works like a playlist, it's a file that defines a collection of individual video files, each being one small part of the stream.

m3u8's can't be played natively by a browser, and if the OP has enabled autoplay media, kbin is probably directing the browser to that URL, the browser can't play it in-tab, so it downloads it as a file instead.

Quirky little bug you found there OP. Codeberg would love to know.