The YouTube API does not currently support pausing. I believe it is a requested feature and has been scheduled for inclusion in a later release of the API.
There is no way of pausing the upload but interrupted uploads can be resumed and will attempt to resume automatically a number of times before giving up.
This means if you break your internet connection or disable your Network card, the upload will effectively be paused and then you can resume it. All the code is in place at my end to allow pause and continuation. The details are saved so a resume should work even after rebooting or restarting the application.
A pause button did exist but was removed when I couldn't enable it. I did think about breaking your internet to generate a pause but that wouldn't be nice. 😎
EDIT: 12-08-2010 There has been a new release of the YouTube SDK. At least one of my issues has been fixed so I'll see if I can get pause and resume to work. Apparently the original problem was pausing and resuming within five minutes didn't work. I doubt I ever tested a pause and resume greater than this so I thought it didn't work at all. I can't guarantee it but I'll have another look because it would be a good feature.
Edited by user
2010-08-12T01:50:52Z
|
Reason: Not specified