8xFF / atm0s-media-server

Decentralized, Global-Scale Media Server written in Rust (WebRTC/Whip/Whep/Rtmp/Sip)
https://8xff.github.io/media-docs/
MIT License
233 stars 17 forks source link

fix: obs failed to publish video #441

Closed giangndm closed 1 month ago

giangndm commented 1 month ago

Description

This PR fixed missing for handling non-simulcast h264 video packet.

Related Issue

If this pull request is related to any issue, please mention it here.

Checklist

Screenshots

If applicable, add screenshots to help explain the changes made.

Additional Notes

Add any additional notes or context about the pull request here.

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 40.58%. Comparing base (27d88bc) to head (81045c4). Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
packages/transport_webrtc/src/media/h264.rs 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #441 +/- ## ======================================= Coverage 40.57% 40.58% ======================================= Files 161 161 Lines 17583 17582 -1 ======================================= Hits 7135 7135 + Misses 10448 10447 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.