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

Feat rtp processor #3063 #3064

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

arjunshajitech
Copy link

This is part 2/2 of a cross-repository series.

Part 1 : pion/interceptor#317

Note

Before merging, make sure to remove:

replace github.com/pion/interceptor v0.1.37 => github.com/arjunshajitech/interceptor v0.0.0-20250312123050-c9d476a510a1

Description

Use RTPProcessor with RTPReader
RTPReader simply reads packets from the buffer, while the processor retains them through the interceptors.

Reference issue

Fixes #3063

RTPReader simply reads packets from the buffer, while the processor retains them through the interceptors.
Ensure ICEConnection/ConnectionState is established before proceeding
Copy link

codecov bot commented Mar 13, 2025

Codecov Report

Attention: Patch coverage is 93.75000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 78.50%. Comparing base (09e2ad5) to head (f6364b6).

Files with missing lines Patch % Lines
dtlstransport.go 81.25% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3064      +/-   ##
==========================================
- Coverage   78.67%   78.50%   -0.17%     
==========================================
  Files          91       91              
  Lines       11313    11334      +21     
==========================================
- Hits         8900     8898       -2     
- Misses       1928     1945      +17     
- Partials      485      491       +6     
Flag Coverage Δ
go 80.39% <93.75%> (-0.19%) ⬇️
wasm 63.72% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant