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 Manifest URL to output metadata #57

Merged
merged 2 commits into from Oct 11, 2022
Merged

Add Manifest URL to output metadata #57

merged 2 commits into from Oct 11, 2022

Conversation

thomshutt
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Oct 10, 2022

Codecov Report

Merging #57 (5d4d537) into main (474d74f) will increase coverage by 0.41355%.
The diff coverage is 29.41176%.

Impacted file tree graph

@@                 Coverage Diff                 @@
##                main         #57         +/-   ##
===================================================
+ Coverage   35.17364%   35.58719%   +0.41355%     
===================================================
  Files             17          17                 
  Lines           1123        1124          +1     
===================================================
+ Hits             395         400          +5     
+ Misses           681         677          -4     
  Partials          47          47                 
Impacted Files Coverage Δ
cache/transcoding.go 34.04255% <ø> (ø)
handlers/misttriggers/live_tracklist.go 0.00000% <0.00000%> (ø)
handlers/transcode.go 6.04396% <0.00000%> (+0.25449%) ⬆️
handlers/misttriggers/triggers.go 72.72727% <100.00000%> (+4.87013%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 474d74f...5d4d537. Read the comment docs.

Impacted Files Coverage Δ
cache/transcoding.go 34.04255% <ø> (ø)
handlers/misttriggers/live_tracklist.go 0.00000% <0.00000%> (ø)
handlers/transcode.go 6.04396% <0.00000%> (+0.25449%) ⬆️
handlers/misttriggers/triggers.go 72.72727% <100.00000%> (+4.87013%) ⬆️

@@ -33,6 +33,11 @@ func (d *MistCallbackHandlersCollection) Trigger() httprouter.Handle {
}

triggerName := req.Header.Get("X-Trigger")
_ = config.Logger.Log(
"msg", "Received Mist Trigger",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor: should we log similarly when we ask mist to add PUSH destinations? Might give us a clue as to why we see 2x PUSH_END triggers firing. I'm suspecting we're inadvertently adding an extra PUSH somewhere.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good call, will add in a new PR

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#58

@thomshutt thomshutt merged commit ee8a242 into main Oct 11, 2022
@thomshutt thomshutt deleted the thom/output-metadata branch October 11, 2022 09:32
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.

None yet

2 participants