Update livekit/livekit-server Docker tag to v1.9.2 #197

Merged
renovate-bot merged 0 commits from refs/pull/197/head into master 2025-10-23 15:02:10 +00:00
renovate-bot commented 2025-10-18 00:01:07 +00:00 (Migrated from gitea.smittenfeld.nl)

This PR contains the following updates:

Package Update Change
livekit/livekit-server patch v1.9.1 -> v1.9.2

Release Notes

livekit/livekit (livekit/livekit-server)

v1.9.2

Compare Source

Added
  • Use gzip reader pool (#​3903)
  • Rpcs for ingress proxy WHIP (#​3911)
  • Include agent_name as a participant attribute (#​3914)
  • Clean code as there is no oss sweeper for ingress (#​3918)
  • Support simulcasting of audio (#​3920)
  • Subscrbed audio codecs - update from remote nodes. (#​3921)
  • Log some information around high forwarding latency. (#​3944)
  • feat: server rpc apis (#​3904)
  • short circuit participant broadcast filter in livestream mode (#​3955)
  • Adjust for hold time when fowarding RTCP report. (#​3956)
  • Add node_ip to config-sample.yaml (#​3960)
  • add idempotent reference count to telemetry stats worker (#​3964)
  • add config for user data recording (#​3966)
  • Provide the InputVideo/AudioState to Ingress in WHIPRTCConnectionNotify (#​3982)
  • Add encryption datapacket type (#​3869)
  • Allow passing inline trunk for outbound calls. (#​3987)
  • Log RPC details. (#​3991)
  • "Power of Two Random Choices" option for node selection (#​3785)
  • Adding ProviderInfo to GetSIPTrunkAuthenticationResponse (#​3993)
  • Use answer with mid -> trackID mapping when in single peer connection (#​4005)
  • Include mid -> trackID in both SDP offer and answer. (#​4007)
Fixed
  • add incoming request id to request response message (#​3912)
  • Simulcast audio fixes (#​3925)
  • Fix dynacast subscriber node clearing on move participant. (#​3926)
  • mediatransportutil crash fix for logging local address (#​3930)
  • Do DD restart only if DD structure is present. (#​3935)
  • Avoid matching on empty track id. (#​3937)
  • fix stats worker closed condition (#​3965)
  • Update deps to fix redis issue when 1 cluster address is provided (#​3969)
  • Revert unintentional change to not handle transport fallback (#​3970)
  • Do not panic of redis is not configured (#​3981)
  • Sort codec layers when adding track (#​3998)
  • Resort to full search for requested quality is not available. (#​4000)
  • Do not try to read stats from peer connection after close. (#​4002)
  • Update pion/webrtc to prevent GetStats panic. (#​4004)
Changed
  • update protocol for sip api change (#​3902)
  • Refactor subscribedTrack + mediaTrackSubscriptions. (#​3908)
  • Set publisher codec preferences after setting remote description (#​3913)
  • update protocol for psrpc (#​3915)
  • Wait for SetRemoteDescription before configuring senders. (#​3924)
  • Update mediatransportutil to log external IP found via STUN. (#​3929)
  • Add debugging from DD frame number wrap around. (#​3933)
  • More debugging of DD jump (#​3934)
  • Use difference in key frame counter to stop seeder. (#​3936)
  • Update protocol for SipCreateParticipant (#​3939)
  • mediatransportutil to log local address when validating external IP (#​3942)
  • Use microseconds for forwarding stats. (#​3943)
  • Tweaks tresholds for logging high forwarding latency/jitter. (#​3945)
  • Flush stats when there are no packets. (#​3947)
  • handle terminated job requests (#​3948)
  • Switch ops queue a singly linked list. (#​3949)
  • Revert "Switch ops queue a singly linked list." (#​3950)
  • Adjust stream allocator ping interval based on state. (#​3951)
  • avoid logging on small values (#​3958)
  • Update protocol for EventKey helper. (#​3963)
  • Do not force codec regression between opus and red. (#​3980)
  • Do not start forawarding on out-of-order packet. (#​3985)
  • Use padding only packets for dummy start of audio. (#​3984)
  • Support Opus mixed with RED when encrypted. (#​3986)
  • Limit check to red + opus when looking for primary codec match. (#​3988)
  • Increment RTP timestamp on padding when using dummy start. (#​3989)
  • Revert to using silence packets for audio dummy start. (#​3999)
  • Count request/response packets on both client and server side. (#​4001)
  • Do not call receiver methods under settings lock. (#​4006)
  • counterfeiter needs an older version of x/tools (#​4009)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [livekit/livekit-server](https://github.com/livekit/livekit) | patch | `v1.9.1` -> `v1.9.2` | --- ### Release Notes <details> <summary>livekit/livekit (livekit/livekit-server)</summary> ### [`v1.9.2`](https://github.com/livekit/livekit/releases/tag/v1.9.2) [Compare Source](https://github.com/livekit/livekit/compare/v1.9.1...v1.9.2) ##### Added - Use gzip reader pool ([#&#8203;3903](https://github.com/livekit/livekit/issues/3903)) - Rpcs for ingress proxy WHIP ([#&#8203;3911](https://github.com/livekit/livekit/issues/3911)) - Include agent\_name as a participant attribute ([#&#8203;3914](https://github.com/livekit/livekit/issues/3914)) - Clean code as there is no oss sweeper for ingress ([#&#8203;3918](https://github.com/livekit/livekit/issues/3918)) - Support simulcasting of audio ([#&#8203;3920](https://github.com/livekit/livekit/issues/3920)) - Subscrbed audio codecs - update from remote nodes. ([#&#8203;3921](https://github.com/livekit/livekit/issues/3921)) - Log some information around high forwarding latency. ([#&#8203;3944](https://github.com/livekit/livekit/issues/3944)) - feat: server rpc apis ([#&#8203;3904](https://github.com/livekit/livekit/issues/3904)) - short circuit participant broadcast filter in livestream mode ([#&#8203;3955](https://github.com/livekit/livekit/issues/3955)) - Adjust for hold time when fowarding RTCP report. ([#&#8203;3956](https://github.com/livekit/livekit/issues/3956)) - Add node\_ip to config-sample.yaml ([#&#8203;3960](https://github.com/livekit/livekit/issues/3960)) - add idempotent reference count to telemetry stats worker ([#&#8203;3964](https://github.com/livekit/livekit/issues/3964)) - add config for user data recording ([#&#8203;3966](https://github.com/livekit/livekit/issues/3966)) - Provide the InputVideo/AudioState to Ingress in WHIPRTCConnectionNotify ([#&#8203;3982](https://github.com/livekit/livekit/issues/3982)) - Add encryption datapacket type ([#&#8203;3869](https://github.com/livekit/livekit/issues/3869)) - Allow passing inline trunk for outbound calls. ([#&#8203;3987](https://github.com/livekit/livekit/issues/3987)) - Log RPC details. ([#&#8203;3991](https://github.com/livekit/livekit/issues/3991)) - "Power of Two Random Choices" option for node selection ([#&#8203;3785](https://github.com/livekit/livekit/issues/3785)) - Adding ProviderInfo to GetSIPTrunkAuthenticationResponse ([#&#8203;3993](https://github.com/livekit/livekit/issues/3993)) - Use answer with mid -> trackID mapping when in single peer connection ([#&#8203;4005](https://github.com/livekit/livekit/issues/4005)) - Include mid -> trackID in both SDP offer and answer. ([#&#8203;4007](https://github.com/livekit/livekit/issues/4007)) ##### Fixed - add incoming request id to request response message ([#&#8203;3912](https://github.com/livekit/livekit/issues/3912)) - Simulcast audio fixes ([#&#8203;3925](https://github.com/livekit/livekit/issues/3925)) - Fix dynacast subscriber node clearing on move participant. ([#&#8203;3926](https://github.com/livekit/livekit/issues/3926)) - mediatransportutil crash fix for logging local address ([#&#8203;3930](https://github.com/livekit/livekit/issues/3930)) - Do DD restart only if DD structure is present. ([#&#8203;3935](https://github.com/livekit/livekit/issues/3935)) - Avoid matching on empty track id. ([#&#8203;3937](https://github.com/livekit/livekit/issues/3937)) - fix stats worker closed condition ([#&#8203;3965](https://github.com/livekit/livekit/issues/3965)) - Update deps to fix redis issue when 1 cluster address is provided ([#&#8203;3969](https://github.com/livekit/livekit/issues/3969)) - Revert unintentional change to not handle transport fallback ([#&#8203;3970](https://github.com/livekit/livekit/issues/3970)) - Do not panic of redis is not configured ([#&#8203;3981](https://github.com/livekit/livekit/issues/3981)) - Sort codec layers when adding track ([#&#8203;3998](https://github.com/livekit/livekit/issues/3998)) - Resort to full search for requested quality is not available. ([#&#8203;4000](https://github.com/livekit/livekit/issues/4000)) - Do not try to read stats from peer connection after close. ([#&#8203;4002](https://github.com/livekit/livekit/issues/4002)) - Update pion/webrtc to prevent GetStats panic. ([#&#8203;4004](https://github.com/livekit/livekit/issues/4004)) ##### Changed - update protocol for sip api change ([#&#8203;3902](https://github.com/livekit/livekit/issues/3902)) - Refactor subscribedTrack + mediaTrackSubscriptions. ([#&#8203;3908](https://github.com/livekit/livekit/issues/3908)) - Set publisher codec preferences after setting remote description ([#&#8203;3913](https://github.com/livekit/livekit/issues/3913)) - update protocol for psrpc ([#&#8203;3915](https://github.com/livekit/livekit/issues/3915)) - Wait for `SetRemoteDescription` before configuring senders. ([#&#8203;3924](https://github.com/livekit/livekit/issues/3924)) - Update mediatransportutil to log external IP found via STUN. ([#&#8203;3929](https://github.com/livekit/livekit/issues/3929)) - Add debugging from DD frame number wrap around. ([#&#8203;3933](https://github.com/livekit/livekit/issues/3933)) - More debugging of DD jump ([#&#8203;3934](https://github.com/livekit/livekit/issues/3934)) - Use difference in key frame counter to stop seeder. ([#&#8203;3936](https://github.com/livekit/livekit/issues/3936)) - Update protocol for SipCreateParticipant ([#&#8203;3939](https://github.com/livekit/livekit/issues/3939)) - mediatransportutil to log local address when validating external IP ([#&#8203;3942](https://github.com/livekit/livekit/issues/3942)) - Use microseconds for forwarding stats. ([#&#8203;3943](https://github.com/livekit/livekit/issues/3943)) - Tweaks tresholds for logging high forwarding latency/jitter. ([#&#8203;3945](https://github.com/livekit/livekit/issues/3945)) - Flush stats when there are no packets. ([#&#8203;3947](https://github.com/livekit/livekit/issues/3947)) - handle terminated job requests ([#&#8203;3948](https://github.com/livekit/livekit/issues/3948)) - Switch ops queue a singly linked list. ([#&#8203;3949](https://github.com/livekit/livekit/issues/3949)) - Revert "Switch ops queue a singly linked list." ([#&#8203;3950](https://github.com/livekit/livekit/issues/3950)) - Adjust stream allocator ping interval based on state. ([#&#8203;3951](https://github.com/livekit/livekit/issues/3951)) - avoid logging on small values ([#&#8203;3958](https://github.com/livekit/livekit/issues/3958)) - Update protocol for EventKey helper. ([#&#8203;3963](https://github.com/livekit/livekit/issues/3963)) - Do not force codec regression between opus and red. ([#&#8203;3980](https://github.com/livekit/livekit/issues/3980)) - Do not start forawarding on out-of-order packet. ([#&#8203;3985](https://github.com/livekit/livekit/issues/3985)) - Use padding only packets for dummy start of audio. ([#&#8203;3984](https://github.com/livekit/livekit/issues/3984)) - Support Opus mixed with RED when encrypted. ([#&#8203;3986](https://github.com/livekit/livekit/issues/3986)) - Limit check to red + opus when looking for primary codec match. ([#&#8203;3988](https://github.com/livekit/livekit/issues/3988)) - Increment RTP timestamp on padding when using dummy start. ([#&#8203;3989](https://github.com/livekit/livekit/issues/3989)) - Revert to using silence packets for audio dummy start. ([#&#8203;3999](https://github.com/livekit/livekit/issues/3999)) - Count request/response packets on both client and server side. ([#&#8203;4001](https://github.com/livekit/livekit/issues/4001)) - Do not call receiver methods under settings lock. ([#&#8203;4006](https://github.com/livekit/livekit/issues/4006)) - counterfeiter needs an older version of x/tools ([#&#8203;4009](https://github.com/livekit/livekit/issues/4009)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjQxLjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
peter/homelab-docker-config!197
No description provided.