Bump github.com/pion/rtp from 1.8.23 to 1.8.25 (#929)

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-11-14 17:25:44 +01:00
committed by GitHub
parent 0e56f305d1
commit 7525a5a22d
5 changed files with 3 additions and 14 deletions

View File

@@ -3772,7 +3772,6 @@ func TestClientPlayBackChannel(t *testing.T) {
require.Equal(t, rtp.Packet{
Header: rtp.Header{
Version: 2,
CSRC: []uint32{},
PayloadType: 8,
SSRC: pkt.SSRC,
},
@@ -3908,7 +3907,6 @@ func TestClientPlayBackChannel(t *testing.T) {
Header: rtp.Header{
Version: 2,
PayloadType: 8,
CSRC: []uint32{},
SSRC: 0x38F27A2F,
},
Payload: []byte{1, 2, 3, 4},
@@ -4105,7 +4103,6 @@ func TestClientPlayDifferentSSRCs(t *testing.T) {
Header: rtp.Header{
Version: 2,
PayloadType: 96,
CSRC: []uint32{},
SSRC: 4326234,
SequenceNumber: 1,
},
@@ -4116,7 +4113,6 @@ func TestClientPlayDifferentSSRCs(t *testing.T) {
Header: rtp.Header{
Version: 2,
PayloadType: 96,
CSRC: []uint32{},
SSRC: 1235762,
SequenceNumber: 2,
},
@@ -4197,7 +4193,6 @@ func TestClientPlayDifferentSSRCs(t *testing.T) {
Header: rtp.Header{
Version: 2,
PayloadType: 96,
CSRC: []uint32{},
SSRC: 4326234,
SequenceNumber: 1,
},
@@ -4213,7 +4208,6 @@ func TestClientPlayDifferentSSRCs(t *testing.T) {
Header: rtp.Header{
Version: 2,
PayloadType: 96,
CSRC: []uint32{},
SSRC: 1235762,
SequenceNumber: 2,
},

View File

@@ -47,7 +47,6 @@ var testRTPPacket = rtp.Packet{
Header: rtp.Header{
Version: 2,
PayloadType: 96,
CSRC: []uint32{},
SSRC: 0x38F27A2F,
},
Payload: []byte{5, 2, 3, 4},

2
go.mod
View File

@@ -7,7 +7,7 @@ require (
github.com/google/uuid v1.6.0
github.com/gorilla/websocket v1.5.3
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/srtp/v3 v3.0.8
github.com/stretchr/testify v1.11.1

4
go.sum
View File

@@ -17,8 +17,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/sdp/v3 v3.0.16 h1:0dKzYO6gTAvuLaAKQkC02eCPjMIi4NuAr/ibAwrGDCo=
github.com/pion/sdp/v3 v3.0.16/go.mod h1:9tyKzznud3qiweZcD86kS0ff1pGYB3VX+Bcsmkx6IXo=
github.com/pion/srtp/v3 v3.0.8 h1:RjRrjcIeQsilPzxvdaElN0CpuQZdMvcl9VZ5UY9suUM=

View File

@@ -1827,7 +1827,6 @@ func TestServerRecordDifferentSSRCs(t *testing.T) {
Header: rtp.Header{
Version: 2,
PayloadType: 96,
CSRC: []uint32{},
SSRC: 4326234,
SequenceNumber: 1,
},
@@ -1843,7 +1842,6 @@ func TestServerRecordDifferentSSRCs(t *testing.T) {
Header: rtp.Header{
Version: 2,
PayloadType: 96,
CSRC: []uint32{},
SSRC: 1235762,
SequenceNumber: 2,
},
@@ -1958,7 +1956,6 @@ func TestServerRecordDifferentSSRCs(t *testing.T) {
Header: rtp.Header{
Version: 2,
PayloadType: 96,
CSRC: []uint32{},
SSRC: 4326234,
SequenceNumber: 1,
},
@@ -1969,7 +1966,6 @@ func TestServerRecordDifferentSSRCs(t *testing.T) {
Header: rtp.Header{
Version: 2,
PayloadType: 96,
CSRC: []uint32{},
SSRC: 1235762,
SequenceNumber: 2,
},