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

Merge main into ai-video #3177

Merged
merged 9 commits into from
Sep 23, 2024
Merged

Merge main into ai-video #3177

merged 9 commits into from
Sep 23, 2024

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    2e55134 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. build.yaml: Skip upload step raising an error for PR from forks (#3162)

    We don't want our gcp buckets to get overfilled with builds from
    external devs.
    hjpotter92 authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    384b703 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48a92a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. broadcaster: Fix media compatibility check (#3164)

    Not all fields will be identical segment-to-segment,
    particularly DurationSecs. This caused unnecessary
    transcoder re-initialization.
    j0sh authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    a99a631 View commit details
    Browse the repository at this point in the history
  2. Add node version and orch addr to transcoded metadata (#3165)

    * Update LPMS to latest.
    
    * protoc: Regenerate
    j0sh authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    eec6ed3 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Clean up inactive sessions (#3166)

    * Clean up inactive sessions
    
    Not cleaning up the sessions causes quite a big memory leak which in effect causes OOMKilled
    
    * Clean up inactive sessions
    
    Not cleaning up the sessions causes quite a big memory leak which in effect causes OOMKilled
    leszko authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    45652c4 View commit details
    Browse the repository at this point in the history
  2. selection: Clear known sessions if none of them has good enough laten…

    …cy score (#3086)
    
    Problem: We never cleaned the known sessions, even if all of them had too low latency score to use; example of what sometimes happens:
    1) Broadcaster accumulated 8 known sessions, but all had too low latency score
    2) Session refresh was not triggered because we had a lot of knows session in the pool
    3) At the same time, we didn't have sessions in unknown session pool
    4) Selection checked that it cannot use the known session and tried to select from unknown sessions (but the pool was empty or there were no sessions fulfilling the condition of max price or perf score)
    
    Co-authored-by: Thom Shutt <[email protected]>
    leszko and thomshutt authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    834a9c6 View commit details
    Browse the repository at this point in the history
  3. release v0.7.9 (#3167)

    j0sh authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    56a8a88 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. feat: enable changing GetOrchestrator discovery timeout (#3150)

    This commit introduces a mechanism for gateways to configure the timeout during the discovery process. It adds the `DiscoveryTimeout` CLI argument, with a default value of 500ms, consistent with the previous codebase.
    ad-astra-video authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    81bc9e5 View commit details
    Browse the repository at this point in the history