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

add additional environment variables to custom commands (#1414) #2356

Merged
merged 1 commit into from
Sep 16, 2023

Conversation

aler9
Copy link
Member

@aler9 aler9 commented Sep 16, 2023

Fixes #1414

new variables: MTX_CONN_TYPE, MTX_CONN_ID, MTX_SOURCE_TYPE, MTX_SOURCE_ID, MTX_READER_TYPE, MTX_READ_ID

new variables: MTX_CONN_TYPE, MTX_CONN_ID, MTX_SOURCE_TYPE, MTX_SOURCE_ID, MTX_READER_TYPE, MTX_READ_ID
@codecov
Copy link

codecov bot commented Sep 16, 2023

Codecov Report

Merging #2356 (f60cbe3) into main (ed77560) will increase coverage by 0.30%.
The diff coverage is 91.66%.

@@            Coverage Diff             @@
##             main    #2356      +/-   ##
==========================================
+ Coverage   60.60%   60.90%   +0.30%     
==========================================
  Files         127      127              
  Lines       14448    14517      +69     
==========================================
+ Hits         8756     8842      +86     
+ Misses       5036     5020      -16     
+ Partials      656      655       -1     
Files Changed Coverage Δ
internal/core/rpicamera_source.go 0.00% <0.00%> (ø)
internal/core/source.go 100.00% <ø> (ø)
internal/core/source_redirect.go 0.00% <0.00%> (ø)
internal/core/srt_source.go 34.56% <0.00%> (ø)
internal/core/udp_source.go 38.19% <0.00%> (ø)
internal/core/webrtc_source.go 50.44% <0.00%> (ø)
internal/core/srt_conn.go 48.27% <94.44%> (+1.70%) ⬆️
internal/core/conn.go 94.00% <100.00%> (+0.66%) ⬆️
internal/core/hls_muxer.go 56.20% <100.00%> (ø)
internal/core/hls_source.go 54.05% <100.00%> (ø)
... and 9 more

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@aler9 aler9 merged commit 64d9060 into main Sep 16, 2023
8 checks passed
@aler9 aler9 deleted the feature/env branch September 16, 2023 19:41
@github-actions github-actions bot locked and limited conversation to collaborators Mar 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add additional info as parameters for runOn*** comands
1 participant