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

add h265 payloader #286

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

add h265 payloader #286

wants to merge 1 commit into from

Conversation

z1rachl
Copy link

@z1rachl z1rachl commented Dec 25, 2024

Description

Add h265 payloader support, that allows to split large h265 packets to FUs not bigger than requested mtu. It is mostly based on h264 payloader with rtp headers generation changes according to RFC 7798

Copy link

codecov bot commented Dec 25, 2024

Codecov Report

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

Project coverage is 83.96%. Comparing base (cd52e6b) to head (feba4d2).

Files with missing lines Patch % Lines
codecs/h265_packet.go 93.75% 3 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #286      +/-   ##
==========================================
+ Coverage   83.71%   83.96%   +0.25%     
==========================================
  Files          24       24              
  Lines        2450     2514      +64     
==========================================
+ Hits         2051     2111      +60     
- Misses        340      343       +3     
- Partials       59       60       +1     
Flag Coverage Δ
go 83.96% <93.75%> (+0.25%) ⬆️
wasm 83.29% <93.75%> (+0.27%) ⬆️

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.

@Sean-Der
Copy link
Member

This looks perfect! I will fix linter and merge tonight :)

excited to use ir

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

Successfully merging this pull request may close these issues.

2 participants