-
Notifications
You must be signed in to change notification settings - Fork 111
Closed
Description
Seems to be similar / the same issue as #95
The main issue is that the upload rate is a lot higher than the argument provided for -ratelimit
I don't have a progress bar, just numbers, but the lack of progress bar doesn't bother me personally.
- Max upload bandwidth is being hit in the example below
- Specified
-ratelimit 1024but getting closer to 16,150 Kbps upload speed
root@debian:/opt/script# youtubeuploader -cache /opt/config/youtubeuploader/request.token -secrets /opt/config/youtubeuploader/client_secrets.json -ratelimit 1024 -filename /mnt/sdc1/temp/joined/2025-06-11_09-25-26.mov -playlistID #redacted# -privacy unlisted
Uploading file "/mnt/sdc1/temp/joined/2025-06-11_09-25-26.mov"
Progress: 16.15 Mbit/s** ( 1.93 MiB/s), 42304k / 3507658k (1.2%) ETA 29m17s, Elapsed 21s
- Specified
-ratelimit 102but getting closer to 7,000 Kbps upload speed in the example below
root@debian:/opt/script# youtubeuploader -cache /opt/config/youtubeuploader/request.token -secrets /opt/config/youtubeuploader/client_secrets.json -ratelimit 102 -filename /mnt/sdc1/temp/joined/2025-06-11_09-25-26.mov -playlistID #redacted# -privacy unlisted
Uploading file "/mnt/sdc1/temp/joined/2025-06-11_09-25-26.mov"
Progress: 6.99 Mbit/s ( 0.83 MiB/s), 83952k / 3507658k (2.4%) ETA 1h6m52s, Elapsed 1m38s
Youtubeuploader version: 1.25.1
Debian 12 LXC on Proxmox
Metadata
Metadata
Assignees
Labels
No labels