YouTube video has its own URL in it
21–30 of 160 posts
Re: YouTube video has its own URL in it
#22Earlier quoted context omitted.
Start uploading a video, pause the upload, you could already get the ID of the vid, render rest of the video and then continue the upload that now contains the ID of the video :D
How to pause? and re upload pending part with new video?
Re: YouTube video has its own URL in it
#23Re: YouTube video has its own URL in it
#24Can't you just upload a video, get the url. Make a new video and upload it as an edit?
Re: YouTube video has its own URL in it
#25This looks really interesting. Has YouTube ever published their URL generation technique? Any one has a guess how this was done? If they use a one way hash over metadata and content if video does this not mean that someone has figured out their secret key.
Re: YouTube video has its own URL in it
#26Re: YouTube video has its own URL in it
#27Re: YouTube video has its own URL in it
#28tip: if you see something magic it's usually just dilligence in disguise. (like the Prestige)
Re: YouTube video has its own URL in it
#29Earlier quoted context omitted.
Just a guess but I assume this was done by starting an upload with the API which gave the guy the ID but then not streaming the actual video file until it was recorded. Looking at an example of the API in use ( https://developers.google.com/youtube/v3/docs/videos/insert#... ) that certainly seems plausible although I would imagine that there would be a timeout making it difficult. edit: after looking at the other guy…
The ID returns once your upload is completed. Edit: I don't know the answer but I assume from all the APIs I worked with in the past, but if you get the URL before the upload is completed then yeah it's pretty easy to "fake".
So it seems you can get the URL immediately... maybe then stop the upload mess with the video and then resume the upload... but I assume the resume feature takes a hash or something to make sure it's the same file..