You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor input manager to support only RTMP protocol, removing SRT-related code and validation logic. Simplify input management by eliminating unused fields and methods. Update related components to ensure compatibility with the new input structure.
Replace pooled buffer reading with standard io.ReadAll for RTMP input handling, improving memory management and simplifying code.
Remove SRT ingest and validator implementations, as well as associated tests and references throughout the codebase, streamlining the ingest process.
Update dashboard data structure to remove SRT port reference, reflecting the removal of SRT support.
Refactor pipeline and relay components to remove unused methods and improve clarity, ensuring they align with the new input management approach.
Eliminate redundant audio and IDR gate implementations, simplifying the relay logic and focusing on essential functionality.
Revise fanout logic to improve tag handling and remove unnecessary header broadcasting, optimizing performance.
Clean up runtime configuration by removing unused fallback delay and stability settings, focusing on IDR timeout configuration.
Remove unused source implementations and related matching logic, streamlining the source management process.
0 commit comments