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

obs-outputs: Add eRTMP multitrack audio support #10618

Merged
merged 5 commits into from
May 24, 2024

Commits on May 22, 2024

  1. librtmp: Fix incorrect usage of type 3 chunks

    Per [1] type 3 chunks/RTMP_PACKET_SIZE_MINIMUM always use
    the previously sent (delta) timestamp as their _delta_ timestamp,
    so we need to inspect whatever was previously sent, rather than just
    looking at the previous packet's absolute timestamp. I.e., type 3
    chunks are only permissible in this case if the previously encoded
    (delta) timestamp equals the current delta timestamp.
    
    [1] https://rtmp.veriskope.com/docs/spec/#53124-type-3
    palana committed May 22, 2024
    Configuration menu
    Copy the full SHA
    fbf3168 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d77161 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6606745 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b206ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f080c6b View commit details
    Browse the repository at this point in the history