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

feat: standlone server #454

Merged
merged 4 commits into from
Nov 18, 2024
Merged

Conversation

giangndm
Copy link
Contributor

@giangndm giangndm commented Nov 14, 2024

Description

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

  • console
  • gateway
  • 2 media
  • connector

Checklist

  • I have tested the changes locally.
  • I have reviewed the code changes.
  • I have updated the documentation, if necessary.
  • I have added appropriate tests, if applicable.

Screenshots

image
image

Additional Notes

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

@giangndm giangndm marked this pull request as ready for review November 14, 2024 17:54
Copy link

codecov bot commented Nov 14, 2024

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 ⚠️
bin/src/server/gateway.rs 0.00% 13 Missing ⚠️
bin/src/server/media.rs 0.00% 12 Missing ⚠️
packages/media_runner/src/worker.rs 0.00% 9 Missing ⚠️
bin/src/server/connector.rs 0.00% 7 Missing ⚠️
bin/src/main.rs 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            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     

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

@giangndm giangndm merged commit 707d96e into 8xFF:master Nov 18, 2024
10 of 11 checks passed
giangndm added a commit to giangndm/8xFF-decentralized-media-server that referenced this pull request Nov 26, 2024
* add option to start media node without gateway and connector agent

* simple standalone server with: console, gateway, medias, connector

* add docs
@giangndm giangndm deleted the feat-standlone-server branch November 26, 2024 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant