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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.