ordinals/ord

Preview .ts files

Open

#2,805 opened on Dec 3, 2023

View on GitHub
 (0 comments) (1 reaction) (0 assignees)Rust (1,479 forks)github user discovery
enhancementgood first issue

Repository metrics

Stars
 (3,955 stars)
PR merge metrics
 (Avg merge 15d 21h) (5 merged PRs in 30d)

Description

.ts files are a low-level video container format with mime type video/mp2t. They are used to send chunks of video for incremental streaming. We should support previewing them, not since they're particularly useful on their own, but because they're useful for stitching together smaller pieces of video. ts isn't supported by the HTML video tag, so this will need to be done with a JavaScript library.

We should also support .m3u8 files, which are playlists of ts files.

Contributor guide