hi,
I've noticed there are some similar topics around discussing slow upload speed using the youtube API upload, but couldn't find any actual numbers. So I extended my uploading test application with some statistics output, and found out that I only manage to upload with about 4 MBit/s. Using the official .net API. I tried on three different internet connections (with 100 and even 1000 mbit/s internet connectivity), and it's always the same: 3.9 - 4.4 mbit/s upload speed, never any more. So that means if I tried to upload a HQ 1080p source file that's easily a couple gigabytes, the upload would take half a day or longer.
Can anyone else share the upload speeds they can manage using the youtube api upload method?
for reference, I'm simply using the direct upload like so:
newVideo.YouTubeEntry.MediaSource = new MediaFileSource(filename, "application/octet-stream");
Video createdVideo = request.Upload(newVideo);
--
You received this message because you are subscribed to the Google Groups "YouTube APIs Developer Forum" group.
To view this discussion on the web visit https://groups.google.com/d/msg/youtube-api-gdata/-/P46P-F0kgj8J.
To post to this group, send email to youtube-api-gdata@googlegroups.com.
To unsubscribe from this group, send email to youtube-api-gdata+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/youtube-api-gdata?hl=en.
No comments:
Post a Comment