-
Notifications
You must be signed in to change notification settings - Fork 136
feat: hls import #761
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
feat: hls import #761
Changes from 19 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
7d6ecf1
feat: add ingest module (hls)
sebastianpiq 8cc31ff
feat: implement hls importer
sebastianpiq ea83ea0
Merge branch 'main' into feat/hls-ingest-module
sebastianpiq c1d9c3f
chore: update dependencies
sebastianpiq 4027289
refactor: rename `InputFormat` to `ImportType` and use `hang::import:…
sebastianpiq ab19cdf
refactor: Rename `Media` and `Manifest` structs to `ImportMedia` and …
sebastianpiq d03f54d
refactor: extract run_loop helper and improve code quality
sebastianpiq 8891ee3
Merge branch 'main' into feat/hls-ingest-module
sebastianpiq d00ad22
Recover removed comments
sebastianpiq 5606b97
Recover removed comments
sebastianpiq bec9bfe
rename HLS ingestion from `ingest-hls` to `pub-hls`
sebastianpiq a9b87d1
Improve code style
sebastianpiq af60a6e
Code optimization
sebastianpiq bcf48bd
Merge remote-tracking branch 'origin/main' into feat/hls-ingest-module
kixelated 6206ba3
Reshuffle the import stuff a bit.
kixelated bf9e958
Resolve merge conflicts and revamp publish CLI
sebastianpiq 37ae6d0
refactor: Simplify Fmp4 catalog management to always use the broadcas…
sebastianpiq bd98a40
refactor: remove redundant MediaType enum from HLS importer and use b…
sebastianpiq 0bab310
refactor: Fmp4 importer now uses the broadcast's existing catalog ins…
sebastianpiq 060af17
Merge branch 'main' into feat/hls-ingest-module
sebastianpiq 8307f3c
feat: directly define `pub-hls` recipe and explicitly pass `fmp4` for…
sebastianpiq 401e840
feat: Add a justfile command to serve HLS
sebastianpiq File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.