fix: Various improvements to WHEP input, AES67 output, and logging - #36
Merged
Conversation
WHEP Input block: - Add capsfilter after liveadder to enforce 48kHz sample rate - Expose mixer_latency_ms property (default 30ms, was 200ms) - Fix liveadder latency property type (u32 milliseconds, not ClockTime) AES67 Output block: - Set processing-deadline on udpsink to match ptime value Logging: - Move verbose stats/latency/WebRTC logs to trace level - Reduces log spam during normal operation Frontend: - Fix WASM "env" module error by enabling wasm-bindgen feature for instant crate 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
srperens
force-pushed
the
fix/various-fixes
branch
from
November 24, 2025 14:16
532fa01 to
91472ac
Compare
birme
pushed a commit
to eyevinn-osaas/strom
that referenced
this pull request
Feb 2, 2026
fix: Various improvements to WHEP input, AES67 output, and logging
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.
Summary
mixer_latency_msproperty (default 30ms)processing-deadlineon udpsink to match ptime valueChanges
WHEP Input block
mixer_latency_msproperty (default 30ms instead of 200ms) for lower latencyAES67 Output block
processing-deadlineon udpsink to match the ptime value for proper packet timingLogging improvements
info!totrace!Frontend WASM fix
wasm-bindgenfeature toinstantcrate for WASM buildsTest plan
🤖 Generated with Claude Code