ordinals/ord

Preview .ts files

Open

#2805 aperta il 3 dic 2023

Vedi su GitHub
 (0 commenti) (1 reazione) (0 assegnatari)Rust (1479 fork)github user discovery
enhancementgood first issue

Metriche repository

Star
 (3955 star)
Metriche merge PR
 (Merge medio 15g 21h) (5 PR mergiate in 30 g)

Descrizione

.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.

Guida contributor