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
212 stars 17 forks source link

refactor: config zone id node id media port, get console lists #417

Closed giangndm closed 1 month ago

giangndm commented 1 month ago

Pull Request

Description

This PR updates the SDN configuration. Changed form u32 sdn-zone, node-id to

Related Issue

https://github.com/8xFF/atm0s-media-server/issues/409

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 44.09449% with 71 lines in your changes missing coverage. Please review.

Project coverage is 40.75%. Comparing base (418e0e5) to head (c31d124).

Files Patch % Lines
bin/src/server/console/storage.rs 52.17% 22 Missing :warning:
bin/src/main.rs 0.00% 20 Missing :warning:
bin/src/http/api_console/cluster.rs 0.00% 8 Missing :warning:
bin/src/server/media.rs 0.00% 5 Missing :warning:
packages/media_gateway/src/store.rs 63.63% 4 Missing :warning:
packages/media_gateway/src/store/service.rs 88.00% 3 Missing :warning:
packages/protocol/src/cluster.rs 50.00% 3 Missing :warning:
packages/media_gateway/src/store_service.rs 0.00% 2 Missing :warning:
packages/protocol/src/gateway.rs 0.00% 2 Missing :warning:
packages/media_runner/src/worker.rs 0.00% 1 Missing :warning:
... and 1 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #417 +/- ## ========================================== - Coverage 40.88% 40.75% -0.13% ========================================== Files 154 153 -1 Lines 16550 16597 +47 ========================================== - Hits 6766 6764 -2 - Misses 9784 9833 +49 ```

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