Skip to content

add h264 sei filter configure#1631

Merged
winlinvip merged 3 commits intoossrs:4.0releasefrom
runner365:3.0release.srt.dev
Mar 7, 2020
Merged

add h264 sei filter configure#1631
winlinvip merged 3 commits intoossrs:4.0releasefrom
runner365:3.0release.srt.dev

Conversation

@runner365
Copy link
Copy Markdown
Contributor

add h264 sei filter configure in srt2rtmp

@codecov-io
Copy link
Copy Markdown

codecov-io commented Mar 7, 2020

Codecov Report

Merging #1631 into 3.0release will increase coverage by 15.54%.
The diff coverage is 3.38%.

Impacted file tree graph

@@               Coverage Diff               @@
##           3.0release    #1631       +/-   ##
===============================================
+ Coverage       53.05%   68.59%   +15.54%     
===============================================
  Files              82       96       +14     
  Lines           26520    40716    +14196     
===============================================
+ Hits            14069    27931    +13862     
- Misses          12451    12785      +334

| Impacted Files | Coverage Δ | |'

'| Impacted Files | Coverage Δ | |
|---|---|---|
| trunk/src/app/srs_app_config.hpp | 100% <ø> (+100%) | ⬆️ |
| trunk/src/app/srs_app_server.cpp | 0% <ø> (ø) | ⬆️ |
| trunk/src/app/srs_app_rtsp.cpp | 0% <0%> (ø) | ⬆️ |
| trunk/src/protocol/srs_protocol_utility.cpp | 96.55% <100%> (ø) | ⬆️ |
| trunk/src/protocol/srs_rtmp_stack.cpp | 89.48% <100%> (ø) | ⬆️ |
| trunk/src/app/srs_app_config.cpp | 77.91% <2.29%> (-3.74%) | ⬇️ |
| trunk/src/app/srs_app_hybrid.cpp | 2.81% <2.81%> (ø) | |
| trunk/src/utest/srs_utest_app.cpp | 100% <0%> (ø) | |
| trunk/src/utest/srs_utest_reload.cpp | 94.53% <0%> (ø) | |
| ... and 15 more | |


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d5bbf84...a2839aa. Read the comment docs.

TRANS_BY_GPT3

@winlinvip winlinvip changed the base branch from 3.0release to 4.0release March 7, 2020 14:17
@winlinvip winlinvip merged commit 82824ba into ossrs:4.0release Mar 7, 2020
winlinvip added a commit that referenced this pull request Mar 7, 2020
continue;
}

if (_srs_config->get_srt_sei_filter()) {
Copy link
Copy Markdown
Member

@winlinvip winlinvip Mar 7, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reading the config for every video frame may pose certain risks. It is recommended to cache this configuration at the rtmp_client level and update it if necessary using reload.

TRANS_BY_GPT3

@winlinvip winlinvip added the TransByAI Translated by AI/GPT. label Jul 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

TransByAI Translated by AI/GPT.

Development

Successfully merging this pull request may close these issues.

3 participants