Playing MP4 from Google Drive

SS IPTV App for LG Smart TV discussion
Post Reply
Jeezjoos
Ensign
Ensign
Posts: 2
Joined: 24 Aug 2017, 01:00
TV Model: Lg47
Wales

Playing MP4 from Google Drive

Post 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

ErcanBr
Ensign
Ensign
Posts: 2
Joined: 29 Oct 2015, 02:00
TV Model: ku6000
Brazil

Re: Playing MP4 from Google Drive

Post by ErcanBr »

did you try it?
is it working?

Jeezjoos
Ensign
Ensign
Posts: 2
Joined: 24 Aug 2017, 01:00
TV Model: Lg47
Wales

Re: Playing MP4 from Google Drive

Post by Jeezjoos »

No it didn't work. That's why I was asking.

Booster
Ensign
Ensign
Posts: 1
Joined: 27 Sep 2017, 23:48
TV Model: TV 43LJ5550
Brazil

Re: Playing MP4 from Google Drive

Post 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

bsdk07
Ensign
Ensign
Posts: 1
Joined: 21 Nov 2019, 01:08
TV Model: Samsung
Brazil

Re: Playing MP4 from Google Drive

Post by bsdk07 »

Good

Post Reply