I see that google drive use a flash player in order to stream uploaded video.
Do you know if google drive api provide an absolute url to the video in order to use an html5 player to stream the video?
I see that google drive use a flash player in order to stream uploaded video.
Do you know if google drive api provide an absolute url to the video in order to use an html5 player to stream the video?
The answer will be very similar to this one for embedding images.
So basically to get the URL of the embeddable video you will have to:
Samples to get a file metadata are here.
The URL will be directly accessible if your file has been shared publicly. If the file is not public you will have to use OAuth 2.0 to authorize requests to that URL.
Problem: That URL only works momentarily. So it's not usable for every use-case.