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

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

Merged
merged 3 commits into from Nov 8, 2022

Conversation

emranemran
Copy link
Collaborator

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.

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.
@emranemran emranemran requested review from thomshutt, AlexKordic and victorges and removed request for thomshutt and AlexKordic November 8, 2022 04:54
@codecov
Copy link

codecov bot commented Nov 8, 2022

Codecov Report

Merging #157 (0e7b9f1) into main (21e952e) will not change coverage.
The diff coverage is 100.00000%.

Impacted file tree graph

@@              Coverage Diff              @@
##                main        #157   +/-   ##
=============================================
  Coverage   42.57075%   42.57075%           
=============================================
  Files             24          24           
  Lines           1696        1696           
=============================================
  Hits             722         722           
  Misses           883         883           
  Partials          91          91           
Impacted Files Coverage Δ
transcode/transcode.go 65.65657% <100.00000%> (ø)

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

Impacted Files Coverage Δ
transcode/transcode.go 65.65657% <100.00000%> (ø)

* 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
@thomshutt thomshutt merged commit ccbb82b into main Nov 8, 2022
@thomshutt thomshutt deleted the emran/fix-remote-b-transcode branch November 8, 2022 11:41
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