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

DVR: support mp3 audio codec #2593

Closed

Conversation

duiniuluantanqin
Copy link
Member

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Sep 10, 2021

Codecov Report

Merging #2593 (eb90d77) into develop (a830289) will increase coverage by 0.04%.
The diff coverage is 95.83%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #2593      +/-   ##
===========================================
+ Coverage    59.24%   59.29%   +0.04%     
===========================================
  Files          122      122              
  Lines        51741    51803      +62     
===========================================
+ Hits         30653    30715      +62     
  Misses       21088    21088              

| Impacted Files | Coverage Δ | |'

Translated to English while maintaining the markdown structure:

'| Impacted Files | Coverage Δ | |
|---|---|---|
| trunk/src/app/srs_app_dvr.cpp | 0.00% <0.00%> (ø) | |
| trunk/src/kernel/srs_kernel_mp4.hpp | 100.00% <ø> (ø) | |'

Translated to English while maintaining the markdown structure:

'| trunk/src/app/srs_app_dvr.cpp | 0.00% <0.00%> (ø) | |
| trunk/src/kernel/srs_kernel_mp4.hpp | 100.00% <ø> (ø) | |
| trunk/src/kernel/srs_kernel_mp4.cpp | 88.61% <87.50%> (-0.01%) | ⬇️ |
| trunk/src/kernel/srs_kernel_codec.cpp | 90.09% <100.00%> (+0.01%) | ⬆️ |
| trunk/src/utest/srs_utest_kernel.cpp | 98.52% <100.00%> (+0.02%) | ⬆️ |
| trunk/src/protocol/srs_rtmp_handshake.cpp | 84.13% <0.00%> (+0.17%) | ⬆️ |


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data'

Translated to English while maintaining the markdown structure:

'> Δ = absolute <relative> (impact), ø = not affected, ? = missing data

Powered by Codecov. Last update a830289...eb90d77. Read the comment docs.

TRANS_BY_GPT3

winlinvip pushed a commit that referenced this pull request Oct 16, 2021
@winlinvip
Copy link
Member

Merged as eac8996

@winlinvip winlinvip closed this Oct 16, 2021
winlinvip pushed a commit that referenced this pull request Oct 16, 2021
@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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DVR: When encoding audio to mp3, a segmentation fault crash occurs.
3 participants