Page 1 of 1
Not able to stream off of Google Drive??
Posted: 16 Feb 2020 07:22
by shepardsreaper
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
Re: Not able to stream off of Google Drive??
Posted: 19 Feb 2020 13:14
by goga1
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
Re: Not able to stream off of Google Drive??
Posted: 20 Feb 2020 16:29
by Carl102x
Same here. Worked perfectly for years, but now stopped working after iOS update.
Re: Not able to stream off of Google Drive??
Posted: 23 Feb 2020 01:03
by hifidiliti
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.
Re: Not able to stream off of Google Drive??
Posted: 19 Mar 2020 08:00
by fkuehne
FYI, This will be resolved in the next update.
Re: Not able to stream off of Google Drive??
Posted: 26 Mar 2020 16:41
by goga1
THX for FIX it
Re: Not able to stream off of Google Drive??
Posted: 26 Mar 2020 17:10
by goga1
But where 100+ files in google drive folders and where the function of switching to the next or previous file in the directory? ??????????????????
Re: Not able to stream off of Google Drive??
Posted: 02 Apr 2020 07:32
by olivero54
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)
Re: Not able to stream off of Google Drive??
Posted: 02 Apr 2020 13:30
by fkuehne
Olivero54: your VLC version is way too old. You need to update to the latest release for this to work.
Re: Not able to stream off of Google Drive??
Posted: 03 Apr 2020 02:37
by za81
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];
}
Re: Not able to stream off of Google Drive??
Posted: 19 Dec 2020 21:07
by jjbcamp4810
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
Re: Not able to stream off of Google Drive??
Posted: 06 Jan 2021 17:54
by fkuehne
To be honest, because no-one found the time to work on it. If you can help, this would be very much appreciated.