perf: Optimize MediaMTX config for faster video transitions (Fixes #17)#18
Open
srivtx wants to merge 1 commit intoOpenMind:mainfrom
Open
perf: Optimize MediaMTX config for faster video transitions (Fixes #17)#18srivtx wants to merge 1 commit intoOpenMind:mainfrom
srivtx wants to merge 1 commit intoOpenMind:mainfrom
Conversation
- Enable hlsAlwaysRemux to pre-generate HLS streams (avoids delay on first request) - Reduce hlsPartDuration from 200ms to 100ms for lower latency LL-HLS - Increase writeQueueSize from 512 to 2048 for better throughput - Reduce WebRTC handshake/gather timeouts for faster connections - Reduce hlsMuxerCloseAfter from 60s to 30s for better resource management Addresses suggested solutions from issue: - Video preloading ✓ - Optimize video codec/compression ✓ - Caching strategy ✓ Fixes OpenMind#17
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
This PR addresses the video transition performance issues reported in #17 by optimizing the MediaMTX streaming server configuration.
Problem
Users experience noticeable lag/freezing when switching between videos on the OpenMind web platform (openmind.org).
Solution
Optimized MediaMTX configuration settings to reduce latency and improve video transition performance:
writeQueueSizehlsAlwaysRemuxhlsPartDurationhlsMuxerCloseAfterwebrtcHandshakeTimeoutwebrtcTrackGatherTimeoutwebrtcSTUNGatherTimeoutAddresses Issue Suggestions
hlsAlwaysRemux: yes)sourceOnDemandCloseAfter)Testing
Notes
Fixes #17