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

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

palana
Copy link
Contributor

@palana palana commented Apr 29, 2024

Description

In addition to multitrack video, eRTMP also includes support for multitrack audio, thus making things like VOD track available in the spec, rather than relying on FLV byte arrays

Motivation and Context

VOD track currently uses FLV byte arrays to carry the additional audio track, where byte arrays are part of the spec, but using them for audio isn't. With the updated eRTMP multitrack audio support general overhead is lower and also the transport format is part of an open specification.

How Has This Been Tested?

eRTMP multitrack audio is being tested internally at Twitch

Types of changes

  • New feature (non-breaking change which adds functionality)

Checklist:

  • My code has been run through clang-format.
  • I have read the contributing document.
  • My code is not on the master branch.
  • The code has been tested.
  • All commit messages are properly formatted and commits squashed where appropriate.
  • I have included updates to all appropriate documentation.

@WizardCM WizardCM added the New Feature New feature or plugin label Apr 29, 2024
@RytoEX RytoEX self-assigned this Apr 30, 2024
@palana palana force-pushed the ruwen/upstream-multitrack-audio branch 2 times, most recently from 549d4c1 to f1b0094 Compare May 3, 2024 14:23
@RytoEX
Copy link
Member

RytoEX commented May 3, 2024

#10500 has been merged, so this can be rebased and undrafted.

Copy link
Member

@RytoEX RytoEX left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Commit message nit:

obs-outputs: Add erRTMP multitrack audio support

erRTMP -> eRTMP

@palana palana marked this pull request as ready for review May 6, 2024 12:34
@palana palana force-pushed the ruwen/upstream-multitrack-audio branch 2 times, most recently from 28e0352 to b55ac21 Compare May 7, 2024 10:37
@RytoEX RytoEX requested review from derrod and RytoEX May 8, 2024 15:39
@RytoEX RytoEX force-pushed the ruwen/upstream-multitrack-audio branch from b55ac21 to 2587c32 Compare May 8, 2024 18:00
@RytoEX
Copy link
Member

RytoEX commented May 8, 2024

For what it's worth, I tested this and it worked as expected/configured.

Copy link
Member

@RytoEX RytoEX left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tentatively approving this. Tests seemed fine. Would appreciate a second review.

@RytoEX
Copy link
Member

RytoEX commented May 14, 2024

Holding this due to a confirmed issue regarding audio/video desync that is unique to this implementation.

@RytoEX RytoEX marked this pull request as draft May 15, 2024 00:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New Feature New feature or plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants