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

[feat] - Upload to S3 #14

Closed
jenslys opened this issue Sep 15, 2022 · 0 comments · Fixed by #34
Closed

[feat] - Upload to S3 #14

jenslys opened this issue Sep 15, 2022 · 0 comments · Fixed by #34
Assignees
Labels
type: enhancement New feature type: feature request Request for a feature

Comments

@jenslys
Copy link
Owner

jenslys commented Sep 15, 2022

UPLOAD_SERVICE="s3"
STREAMER_NAME="nameHere"
BUCKET_NAME="bucketName"
OBJECT_KEY="vods/stream.mkv"
ENDPOINT_URL="https://123123.r2.cloudflarestorage.com" # https://s3.auto.amazonaws.com

if [ "$UPLOAD_SERVICE" = "youtube" ]; then
  # Use youtubeuploader to upload the stream
elif [ "$UPLOAD_SERVICE" = "s3" ]; then
  # Upload to S3
else
  echo "Invalid upload service specified: $UPLOAD_SERVICE" >&2
  exit 1
fi

Would it be beneficial to re-encoding using AV1?

  • file sizes might be smaller, but It may be resource intensive to re-encode.

Resources:
streamlink/streamlink#1478

@jenslys jenslys added type: enhancement New feature type: feature request Request for a feature labels Sep 15, 2022
@jenslys jenslys closed this as not planned Won't fix, can't repro, duplicate, stale Oct 2, 2022
@jenslys jenslys reopened this Dec 31, 2022
@jenslys jenslys changed the title [Feature] - Upload VOD to a CDN (S3) [feat] - Upload VOD to a CDN (S3) Dec 31, 2022
@jenslys jenslys changed the title [feat] - Upload VOD to a CDN (S3) [feat] - Upload to S3 Dec 31, 2022
@jenslys jenslys self-assigned this Jan 7, 2023
@jenslys jenslys linked a pull request Jan 12, 2023 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature type: feature request Request for a feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant