You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.comif [ "$UPLOAD_SERVICE"="youtube" ];then# Use youtubeuploader to upload the streamelif [ "$UPLOAD_SERVICE"="s3" ];then# Upload to S3elseecho"Invalid upload service specified: $UPLOAD_SERVICE">&2exit 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.
Would it be beneficial to re-encoding using AV1?
Resources:
streamlink/streamlink#1478
The text was updated successfully, but these errors were encountered: