Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resumeable downloads #13

Open
arghyac35 opened this issue Oct 30, 2020 · 3 comments
Open

Resumeable downloads #13

arghyac35 opened this issue Oct 30, 2020 · 3 comments

Comments

@arghyac35
Copy link

It would be nice to see this. Is it possible to do when the responseType is stream?

In docs, it is said to use the Range header, but I couldn't find a way to do it, can you please do it.

@arghyac35
Copy link
Author

arghyac35 commented Oct 30, 2020

Also, while streaming video via the streaming link, if I fast forward the video it doesn't actually fast forward it instead it plays the video from the beginning.

@patheticGeek
Copy link
Owner

The way i am doing the downloads here is i am just forwarding the request to gdrive so if you have the right player that knows how to send requests (i have heard some people got it working on vlc and mx i have it working when i just paste url in chrome)
It is just forwading the request to drive servers with auth attached so i cannot add features other than what drive has

@arghyac35
Copy link
Author

Well I didn't try in such players, I tried streaming in HTML5 player like https://plyr.io/

Also, do u have any idea about how the range headers work with stream responseType?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants