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

feat: Add xHE-AAC support #1092

Merged
merged 2 commits into from
Oct 18, 2022
Merged

feat: Add xHE-AAC support #1092

merged 2 commits into from
Oct 18, 2022

Commits on Aug 30, 2022

  1. Add xHE-AAC support

    Note:
    * An xHE-AAC capable encoder will auto adjust the user-specified SAP/RAP
      value to the allowed grid where SAP/RAPs can occur.
      e.g.: `-rapInterval 5000` (5s) may result in actual SAPs/RAPs every 4.984s.
    * To ensure SAP/RAP starts a new segment, Shaka needs to executed with a
      "--segment_duration" is less than or equal to that adjusted value.
    * If every SAP/RAP should trigger a new segment, just set the segment
      length to a very low value e.g.: `--segment_duration 0.1`
    geoffjukes committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    93deba7 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Add xHE-AAC support

    Note:
    * An xHE-AAC capable encoder will auto adjust the user-specified SAP/RAP
      value to the allowed grid where SAP/RAPs can occur.
      e.g.: `-rapInterval 5000` (5s) may result in actual SAPs/RAPs every 4.984s.
    * To ensure SAP/RAP starts a new segment, Shaka needs to executed with a
      "--segment_duration" is less than or equal to that adjusted value.
    * If every SAP/RAP should trigger a new segment, just set the segment
      length to a very low value e.g.: `--segment_duration 0.1`
    geoffjukes committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    79866a3 View commit details
    Browse the repository at this point in the history