-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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: Add Max Bitrate option #3628
Conversation
v0.15.0 resubmit
v0.15.0 resubmit
v0.15.0 resubmit
# Conflicts: # src/platform/windows/publish.cpp # src_assets/common/assets/web/config.html
# Conflicts: # docs/source/about/advanced_usage.rst
Add max bitrate 2
* added max bitrate to latest version * Trigger workflow * removed third party libraries that were making build fail * removed another unneeded library * updated tray ref * attempt 2 at updating tray * updated third party moonlight as well fuck this repo * added logging to see if max bitrate is working * removed extraneous l
src_assets/common/assets/web/configs/tabs/audiovideo/DisplayModesSettings.vue
Outdated
Show resolved
Hide resolved
Check if max_bitrate is > 0 instead of equal Co-authored-by: ReenigneArcher <[email protected]>
…desSettings.vue added line break fixed some indentation fixed label for id placeholder should be the default value in most cases added missing closing div Co-authored-by: ReenigneArcher <[email protected]>
Removed unused variables Co-authored-by: ReenigneArcher <[email protected]>
…eAway # Conflicts: # src/config.h # src/video.cpp
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3628 +/- ##
==========================================
- Coverage 11.61% 11.61% -0.01%
==========================================
Files 92 92
Lines 17333 17335 +2
Branches 8096 8099 +3
==========================================
- Hits 2014 2013 -1
- Misses 14724 14725 +1
- Partials 595 597 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Quality Gate failedFailed conditions See analysis details on SonarQube Cloud Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE |
Description
This option can be useful for those who want to limit the bitrate in order to reduce data usage, which may be useful for those streaming to a mobile device or hosting Sunshine in a cloud service.
This PR is a second attempt at #1463
Screenshot
Issues Fixed or Closed
Type of Change
.github/...
)Checklist