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

rtmp: support ingesting AV1, VP9, H265, MP3, PCM from other servers #3751

Merged
merged 1 commit into from
Sep 9, 2024

rtmp: support ingesting AV1, VP9, H265, MP3, PCM from other servers

27d4643
Select commit
Loading
Failed to load commit list.
Merged

rtmp: support ingesting AV1, VP9, H265, MP3, PCM from other servers #3751

rtmp: support ingesting AV1, VP9, H265, MP3, PCM from other servers
27d4643
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Sep 9, 2024 in 0s

56.60% (-0.48%) compared to ab85249

View this Pull Request on Codecov

56.60% (-0.48%) compared to ab85249

Details

Codecov Report

Attention: Patch coverage is 2.03252% with 241 lines in your changes missing coverage. Please review.

Project coverage is 56.60%. Comparing base (ab85249) to head (27d4643).

Files with missing lines Patch % Lines
internal/protocols/rtmp/from_stream.go 0.00% 129 Missing ⚠️
internal/protocols/rtmp/to_stream.go 0.00% 106 Missing ⚠️
internal/servers/rtmp/conn.go 33.33% 2 Missing and 2 partials ⚠️
internal/staticsources/rtmp/source.go 60.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3751      +/-   ##
==========================================
- Coverage   57.08%   56.60%   -0.48%     
==========================================
  Files         190      192       +2     
  Lines       19297    19269      -28     
==========================================
- Hits        11015    10908     -107     
- Misses       7436     7521      +85     
+ Partials      846      840       -6     

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