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

feat: standlone server #454

Closed giangndm closed 2 weeks ago

giangndm commented 2 weeks ago

Description

This PR create standalone mode, which starts all modules automatically with only local ip:

Checklist

Screenshots

image image

Additional Notes

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

codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 0% with 221 lines in your changes missing coverage. Please review.

Project coverage is 36.22%. Comparing base (599e2ad) to head (88108ac). Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
bin/src/server/standalone.rs 0.00% 177 Missing :warning:
bin/src/server/gateway.rs 0.00% 13 Missing :warning:
bin/src/server/media.rs 0.00% 12 Missing :warning:
packages/media_runner/src/worker.rs 0.00% 9 Missing :warning:
bin/src/server/connector.rs 0.00% 7 Missing :warning:
bin/src/main.rs 0.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #454 +/- ## ========================================== + Coverage 34.85% 36.22% +1.36% ========================================== Files 176 177 +1 Lines 17603 18031 +428 ========================================== + Hits 6136 6531 +395 - Misses 11467 11500 +33 ```

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