Page 1 of 1

Playing MP4 from Google Drive

Posted: 04 Sep 2017, 23:04
by Jeezjoos
Is it possible to play a video from G drive. If so how do you get the URL of the file. I tried the share link address and put it in my m3u but cannot get it to play. My m3u is as follows

#EXTM3U

#EXTINF:-1,Example
https://drive.google.com/file/d/0Bwzlp- ... p=drivesdk

Re: Playing MP4 from Google Drive

Posted: 05 Sep 2017, 23:15
by ErcanBr
did you try it?
is it working?

Re: Playing MP4 from Google Drive

Posted: 22 Sep 2017, 00:06
by Jeezjoos
No it didn't work. That's why I was asking.

Re: Playing MP4 from Google Drive

Posted: 28 Sep 2017, 04:08
by Booster
Simple solution for google drive video problems!
Solution:
1º- Access http://netfreexx.000webhostapp.com/gg/
2º- Add the url of your google drive video (similar to the example) and click on GET
3º- Copy the url generated in the box below the player
Open a new tab in your browser and paste the url by adding "view-source:" without quotes at the beginning of the url, example (view-source: http: // url ....)
5º Press Enter to view the source code of the page and copy the link that will look like this:

Code: Select all

playlist: [{
"sources": ["type": "video / mp4", "label": "HD", "file": "https://doc-08-7c-docs.googleusercontent.com/docs/securesc/ha0ro937gcuc7l7deffksulhg5h7mbp1/0fup0dhuc1vfbd100kci0goojdhami0n/1506556800000/13408834205011420321/*/0ByaRd0R0Qyatcmw2dVhQS0NDU0U?e=download "}]}],
allowfullscreen: true,

6th - Make paste your url into your playlist normally!

Final Example:

Code: Select all

#EXTM3U

#EXTINF:-1,Example
https://doc-08-7c-docs.googleusercontent.com/docs/securesc/ha0ro937gcuc7l7deffksulhg5h7mbp1/0fup0dhuc1vfbd100kci0goojdhami0n/1506556800000/13408834205011420321/*/0ByaRd0R0Qyatcmw2dVhQS0NDU0U?e=download

Re: Playing MP4 from Google Drive

Posted: 21 Nov 2019, 01:10
by bsdk07
Good