Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
7d6ecf1
feat: add ingest module (hls)
sebastianpiq Dec 8, 2025
8cc31ff
feat: implement hls importer
sebastianpiq Dec 9, 2025
ea83ea0
Merge branch 'main' into feat/hls-ingest-module
sebastianpiq Dec 9, 2025
c1d9c3f
chore: update dependencies
sebastianpiq Dec 9, 2025
4027289
refactor: rename `InputFormat` to `ImportType` and use `hang::import:…
sebastianpiq Dec 9, 2025
ab19cdf
refactor: Rename `Media` and `Manifest` structs to `ImportMedia` and …
sebastianpiq Dec 9, 2025
d03f54d
refactor: extract run_loop helper and improve code quality
sebastianpiq Dec 10, 2025
8891ee3
Merge branch 'main' into feat/hls-ingest-module
sebastianpiq Dec 10, 2025
d00ad22
Recover removed comments
sebastianpiq Dec 11, 2025
5606b97
Recover removed comments
sebastianpiq Dec 11, 2025
bec9bfe
rename HLS ingestion from `ingest-hls` to `pub-hls`
sebastianpiq Dec 11, 2025
a9b87d1
Improve code style
sebastianpiq Dec 11, 2025
af60a6e
Code optimization
sebastianpiq Dec 11, 2025
bcf48bd
Merge remote-tracking branch 'origin/main' into feat/hls-ingest-module
kixelated Dec 12, 2025
6206ba3
Reshuffle the import stuff a bit.
kixelated Dec 12, 2025
bf9e958
Resolve merge conflicts and revamp publish CLI
sebastianpiq Dec 15, 2025
37ae6d0
refactor: Simplify Fmp4 catalog management to always use the broadcas…
sebastianpiq Dec 15, 2025
bd98a40
refactor: remove redundant MediaType enum from HLS importer and use b…
sebastianpiq Dec 16, 2025
0bab310
refactor: Fmp4 importer now uses the broadcast's existing catalog ins…
sebastianpiq Dec 16, 2025
060af17
Merge branch 'main' into feat/hls-ingest-module
sebastianpiq Dec 17, 2025
8307f3c
feat: directly define `pub-hls` recipe and explicitly pass `fmp4` for…
sebastianpiq Dec 17, 2025
401e840
feat: Add a justfile command to serve HLS
sebastianpiq Dec 17, 2025
1b5ccc7
Merge remote-tracking branch 'origin/main' into feat/hls-ingest-module
kixelated Dec 19, 2025
fcfa2ec
just fix
kixelated Dec 19, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ node_modules
*.hex
*.jwk
*.jwt
*.m3u8
*.m4s

# We're using bun (and sometimes deno)
package-lock.json
Expand Down
140 changes: 140 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading