Skip to content
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

concatenate segments #491

Merged
merged 1 commit into from
Mar 2, 2023
Merged

concatenate segments #491

merged 1 commit into from
Mar 2, 2023

Commits on Mar 1, 2023

  1. transcode: retreive T segments, sort, and concatenate into single .ts…

    … file
    
    The segments returned from the T are first stored in the order they are
    received, and then sorted according to the segment index, and then
    concatenated into a single .ts file. A nested map with an outer and
    inner table is used to temporarily store the segment data streams.
    emranemran committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    b165e0f View commit details
    Browse the repository at this point in the history