ordinals/ord

Preview .ts files

Open

#2 805 ouverte le 3 déc. 2023

Voir sur GitHub
 (0 commentaires) (1 réaction) (0 assignés)Rust (1 479 forks)github user discovery
enhancementgood first issue

Métriques du dépôt

Stars
 (3 955 stars)
Métriques de merge PR
 (Merge moyen 15j 21h) (5 PRs mergées en 30 j)

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.

Guide contributeur