feat: low-latency rate control + optional HEVC codec (#22) - #36
Merged
Conversation
Working-tree snapshot committed at the user's request. This is the in-progress M7 (#22) work that shared the worktree with the #23 telemetry change; committed here to preserve it. NOTE: due to concurrent branch-switching it landed on fix/bluetooth-audio-route-refresh stacked on top of the #23 commit — re-home to a feat/22 branch off main as needed. - StreamSettings gains a videoCodec setting (H.264 default / HEVC), Codec-decode back-compat, and unit tests. - RTMPPublisher builds an enhanced-RTMP (hvc1) connect payload only for HEVC; both publishers select the HEVC profileLevel and enable low-latency VideoToolbox rate control. - Settings adds a Codec picker + HEVC ingest-compatibility footer; README updated. The Vendor/HaishinKit submodule shows dirty content and was left unstaged. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Closes #22 (M7 · Enable low-latency rate control + HEVC).
What
videoCodecsetting with a picker in the Video settings section (H.264 stays the implicit default).RTMPPublisher/SessionPublisher).Scope
7 files, +178/-13 —
StreamSettings(+ codable tests +VideoCodecTests),RTMPPublisher,SessionPublisher,SettingsView,README.Reconciles a diverged duplicate: a parallel
feat/low-latency-hevccopy existed in another worktree; this PR lands the canonical version (stacked on the telemetry work).🤖 Generated with Claude Code