From 4b80f5fbf5e4e7700f4707eee01db3f31a1495e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 04:12:41 +0100 Subject: [PATCH] build(deps): bump github.com/pion/rtp from 1.8.23 to 1.8.25 (#5138) Bumps [github.com/pion/rtp](https://github.com/pion/rtp) from 1.8.23 to 1.8.25. - [Release notes](https://github.com/pion/rtp/releases) - [Changelog](https://github.com/pion/rtp/blob/master/.goreleaser.yml) - [Commits](https://github.com/pion/rtp/compare/v1.8.23...v1.8.25) --- updated-dependencies: - dependency-name: github.com/pion/rtp dependency-version: 1.8.25 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- internal/servers/rtsp/server_test.go | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 461d1263..72164e7a 100644 --- a/go.mod +++ b/go.mod @@ -31,7 +31,7 @@ require ( github.com/pion/interceptor v0.1.41 github.com/pion/logging v0.2.4 github.com/pion/rtcp v1.2.16 - github.com/pion/rtp v1.8.23 + github.com/pion/rtp v1.8.25 github.com/pion/sdp/v3 v3.0.16 github.com/pion/transport/v3 v3.1.1 github.com/pion/webrtc/v4 v4.1.6 diff --git a/go.sum b/go.sum index 641b054c..7dedf6c3 100644 --- a/go.sum +++ b/go.sum @@ -173,8 +173,8 @@ github.com/pion/randutil v0.1.0 h1:CFG1UdESneORglEsnimhUjf33Rwjubwj6xfiOXBa3mA= github.com/pion/randutil v0.1.0/go.mod h1:XcJrSMMbbMRhASFVOlj/5hQial/Y8oH/HVo7TBZq+j8= github.com/pion/rtcp v1.2.16 h1:fk1B1dNW4hsI78XUCljZJlC4kZOPk67mNRuQ0fcEkSo= github.com/pion/rtcp v1.2.16/go.mod h1:/as7VKfYbs5NIb4h6muQ35kQF/J0ZVNz2Z3xKoCBYOo= -github.com/pion/rtp v1.8.23 h1:kxX3bN4nM97DPrVBGq5I/Xcl332HnTHeP1Swx3/MCnU= -github.com/pion/rtp v1.8.23/go.mod h1:rF5nS1GqbR7H/TCpKwylzeq6yDM+MM6k+On5EgeThEM= +github.com/pion/rtp v1.8.25 h1:b8+y44GNbwOJTYWuVan7SglX/hMlicVCAtL50ztyZHw= +github.com/pion/rtp v1.8.25/go.mod h1:rF5nS1GqbR7H/TCpKwylzeq6yDM+MM6k+On5EgeThEM= github.com/pion/sctp v1.8.40 h1:bqbgWYOrUhsYItEnRObUYZuzvOMsVplS3oNgzedBlG8= github.com/pion/sctp v1.8.40/go.mod h1:SPBBUENXE6ThkEksN5ZavfAhFYll+h+66ZiG6IZQuzo= github.com/pion/sdp/v3 v3.0.16 h1:0dKzYO6gTAvuLaAKQkC02eCPjMIi4NuAr/ibAwrGDCo= diff --git a/internal/servers/rtsp/server_test.go b/internal/servers/rtsp/server_test.go index 2741b532..ef0e4743 100644 --- a/internal/servers/rtsp/server_test.go +++ b/internal/servers/rtsp/server_test.go @@ -288,7 +288,6 @@ func TestServerRead(t *testing.T) { SequenceNumber: p.SequenceNumber, Timestamp: p.Timestamp, SSRC: p.SSRC, - CSRC: []uint32{}, }, Payload: []byte{ 0x18, 0x00, 0x19, 0x67, 0x42, 0xc0, 0x28, 0xd9,