-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Adds WithPacketHeadHandler to SampleBuilder #1967
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #1967 +/- ##
==========================================
- Coverage 77.60% 77.56% -0.05%
==========================================
Files 87 87
Lines 9365 9374 +9
==========================================
+ Hits 7268 7271 +3
- Misses 1667 1672 +5
- Partials 430 431 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
8df5d9b
to
10a0ceb
Compare
Hey @digitalix Sorry this took so long. I see how this is useful! You are interested in the RTP Payload Header, but are just getting samples.
@jech you have opinions on the SampleBuilder. What do you think of the problem? |
You're right @Sean-Der with For out we could split |
I think it's pretty smart. |
Merging! Sorry this took so long @digitalix. The usage of Users are supplying this data anyway. I think it would be worse for us to force a shape. |
10a0ceb
to
21b203b
Compare
This option allows inspecting head packet for each media.Sample and then lets the user return their custom metadata. This might be useful in case when you need to check whether the given sample is a keyframe.
21b203b
to
37d9288
Compare
Description
This option allows inspecting head packet for each media.Sample and then lets the user return their custom metadata. This might be useful in case when you need to check whether the given sample is a keyframe.