Not able to stream off of Google Drive??

iOS, iPad, iPhone, tvOS specific usage questions
shepardsreaper
New Cone
New Cone
Posts: 1
Joined: 16 Feb 2020 07:19

Not able to stream off of Google Drive??

Postby shepardsreaper » 16 Feb 2020 07:22

Hey, recently updated my phone to 13.3.1 and suddenly am unable to stream any video from my google drive

Replicated the same issue on my iPad (hasnt been recently updated), so im assuming its a bug, but I wasn't able to get into the login page to submit a ticket, anybody got any ideas? My only work around is just downloading episodes individually

goga1
Blank Cone
Blank Cone
Posts: 13
Joined: 09 Dec 2019 14:07

Re: Not able to stream off of Google Drive??

Postby goga1 » 19 Feb 2020 13:14

Same problem((( on 3.2.6 app+9.3.3 iOS

1 week ago - perfect worked, but now only can navigate between folders and downloads files to VLC... no stream:(((
Please fix it, and show more 100 files pleeease :wink:

Carl102x
New Cone
New Cone
Posts: 1
Joined: 20 Feb 2020 16:27

Re: Not able to stream off of Google Drive??

Postby Carl102x » 20 Feb 2020 16:29

Same here. Worked perfectly for years, but now stopped working after iOS update.

hifidiliti
New Cone
New Cone
Posts: 1
Joined: 23 Feb 2020 00:57

Re: Not able to stream off of Google Drive??

Postby hifidiliti » 23 Feb 2020 01:03

It seems the issue was not reported, so I created a new ticket https://trac.videolan.org/vlc/ticket/24243. Hope this will draw some attention.

fkuehne
Developer
Developer
Posts: 7264
Joined: 16 Mar 2004 19:37
VLC version: 0.4.6 - present
Operating System: Darwin
Location: Germany
Contact:

Re: Not able to stream off of Google Drive??

Postby fkuehne » 19 Mar 2020 08:00

FYI, This will be resolved in the next update.
VideoLAN
Felix Paul Kühne
Medic. VLC developer for appleOS since before you were born.
Blog: https://www.feepk.net

goga1
Blank Cone
Blank Cone
Posts: 13
Joined: 09 Dec 2019 14:07

Re: Not able to stream off of Google Drive??

Postby goga1 » 26 Mar 2020 16:41

THX for FIX it

goga1
Blank Cone
Blank Cone
Posts: 13
Joined: 09 Dec 2019 14:07

Re: Not able to stream off of Google Drive??

Postby goga1 » 26 Mar 2020 17:10

But where 100+ files in google drive folders and where the function of switching to the next or previous file in the directory? ??????????????????

olivero54
New Cone
New Cone
Posts: 1
Joined: 02 Apr 2020 07:27

Re: Not able to stream off of Google Drive??

Postby olivero54 » 02 Apr 2020 07:32

Having a similar error on my end. Error message "Your input can't be opened." "VLC is unable to open the MRL 'https://<long url here>' check log for details. I'm able to browse files, but not able to stream and use playback options (speed--for learning from guitar/piano vids). Let us know of a fix at the next update. thx!

Ipad Pro: iOS version 13.3
VLC for iOS version 3.0.3 (305)

fkuehne
Developer
Developer
Posts: 7264
Joined: 16 Mar 2004 19:37
VLC version: 0.4.6 - present
Operating System: Darwin
Location: Germany
Contact:

Re: Not able to stream off of Google Drive??

Postby fkuehne » 02 Apr 2020 13:30

Olivero54: your VLC version is way too old. You need to update to the latest release for this to work.
VideoLAN
Felix Paul Kühne
Medic. VLC developer for appleOS since before you were born.
Blog: https://www.feepk.net

za81
New Cone
New Cone
Posts: 2
Joined: 28 Dec 2015 21:42

Re: Not able to stream off of Google Drive??

Postby za81 » 03 Apr 2020 02:37

It seems that Google Drive access_token expires in 60 minutes.
When I watch my video(120 minutes long), if I don't seek, I can watch until the end of the video.
But if I seek after 60 minites, VLC Player finishes by error.
I think I must pass new access_token to VLC Player.
Can I pass new access_token to VLC Player?

[VLCGoogleDriveController.m]

Code: Select all

- (void)streamFile:(GTLRDrive_File *)file { NSString *token = [((GTMAppAuthFetcherAuthorization *)self.driveService.authorizer).authState.lastTokenResponse accessToken]; NSString *urlString = [NSString stringWithFormat:@"https://www.googleapis.com/drive/v3/files/%@?alt=media", file.identifier]; VLCPlaybackService *vpc = [VLCPlaybackService sharedInstance]; VLCMedia *media = [VLCMedia mediaWithURL:[NSURL URLWithString:urlString]]; [media addOptions:@{@"http-token" : token}]; VLCMediaList *medialist = [[VLCMediaList alloc] init]; [medialist addMedia:media]; [vpc playMediaList:medialist firstIndex:0 subtitlesFilePath:nil]; }

jjbcamp4810
New Cone
New Cone
Posts: 1
Joined: 19 Dec 2020 21:02

Re: Not able to stream off of Google Drive??

Postby jjbcamp4810 » 19 Dec 2020 21:07

Why is the 100 folders limit in Google drive still an issue up to this day? I see the last post was in March about this... thanks

fkuehne
Developer
Developer
Posts: 7264
Joined: 16 Mar 2004 19:37
VLC version: 0.4.6 - present
Operating System: Darwin
Location: Germany
Contact:

Re: Not able to stream off of Google Drive??

Postby fkuehne » 06 Jan 2021 17:54

To be honest, because no-one found the time to work on it. If you can help, this would be very much appreciated.
VideoLAN
Felix Paul Kühne
Medic. VLC developer for appleOS since before you were born.
Blog: https://www.feepk.net


Return to “VLC for iOS, iPadOS and Apple TV”

Who is online

Users browsing this forum: No registered users and 61 guests