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

Update transcoded rendition folder names #159

Merged
merged 2 commits into from
Nov 8, 2022

Conversation

emranemran
Copy link
Collaborator

@emranemran emranemran commented Nov 8, 2022

Instead of rendition-* folder names, use the profile name (e.g. 720p,
1080p, etc) as the folder name to make it more user friendly.

@emranemran emranemran changed the title Emran/update folder names Update transcoded rendition folder names Nov 8, 2022
@emranemran emranemran changed the base branch from main to emran/fix-remote-b-transcode November 8, 2022 06:02
Instead of rendition-* folder names, use the profile name (e.g. 720p,
1080p, etc) as the folder name to make it more user friendly.
@emranemran emranemran marked this pull request as ready for review November 8, 2022 06:45
@codecov
Copy link

codecov bot commented Nov 8, 2022

Codecov Report

Merging #159 (e3e2825) into emran/fix-remote-b-transcode (0e7b9f1) will increase coverage by 0.06765%.
The diff coverage is 100.00000%.

Impacted file tree graph

@@                          Coverage Diff                           @@
##           emran/fix-remote-b-transcode        #159         +/-   ##
======================================================================
+ Coverage                      42.57075%   42.63840%   +0.06765%     
======================================================================
  Files                                24          24                 
  Lines                              1696        1698          +2     
======================================================================
+ Hits                                722         724          +2     
  Misses                              883         883                 
  Partials                             91          91                 
Impacted Files Coverage Δ
transcode/manifest.go 71.55963% <100.00000%> (ø)
transcode/transcode.go 66.00000% <100.00000%> (+0.34343%) ⬆️

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 0e7b9f1...e3e2825. Read the comment docs.

Impacted Files Coverage Δ
transcode/manifest.go 71.55963% <100.00000%> (ø)
transcode/transcode.go 66.00000% <100.00000%> (+0.34343%) ⬆️

Copy link
Contributor

@thomshutt thomshutt left a comment

Choose a reason for hiding this comment

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

Lovely

@thomshutt thomshutt merged commit 0667591 into emran/fix-remote-b-transcode Nov 8, 2022
thomshutt pushed a commit that referenced this pull request Nov 8, 2022
…stream's resolution (#157)

* transcode: update profile name for rendition that matches the source
stream's resolution

Remote B (via access-token) rejects transcode request if a profile with
name "source" is used. The "source" keyword is used to define an
incoming RTMP push in go-livepeer (server/mediaserver.go) - which
triggers a different use-case. Change the profile name to follow the
name syntax (e.g. 720p) being used for the other profiles.

* transcode: fix transcode test

* Update transcoded rendition folder names (#159)

* transcode: use nicer names for rendition folders

Instead of rendition-* folder names, use the profile name (e.g. 720p,
1080p, etc) as the folder name to make it more user friendly.

* transcode: fix failing tests
@hjpotter92 hjpotter92 deleted the emran/update-folder-names branch May 30, 2023 07:25
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.

2 participants