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

Commits on Nov 8, 2022

  1. 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.
    emranemran committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    e72e27d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e7b9f1 View commit details
    Browse the repository at this point in the history
  3. 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
    emranemran authored Nov 8, 2022
    Configuration menu
    Copy the full SHA
    0667591 View commit details
    Browse the repository at this point in the history