google drive streaming !

ruYK

Registered Member
Joined
Jul 16, 2020
Messages
53
Reaction score
11
anyone here who streams using google drive ?
i have some questions:
don't you face bandwidth problems?
and can we do it like ,
i have a movie in google drive 1 and
it's bandwidth is finished .i got same movie in google drive 2 , can we automatically redirect to drive 2 ?? when bandwidth with drive 1 finishes ?
 
Hi! You can create a proxy with nginx that change the source when you reached x amount traffic. With this method you'll pass all traffic through your server.
Other idea: You can create a site that redirects users to some site, and change it manually or making some calcs. Like redirection*size of file. It will give you an idea, but it's not exactly.
 
Hi! You can create a proxy with nginx that change the source when you reached x amount traffic. With this method you'll pass all traffic through your server.
Other idea: You can create a site that redirects users to some site, and change it manually or making some calcs. Like redirection*size of file. It will give you an idea, but it's not exactly.
if i use proxy does it means ,
if a video is 1gb , when a user watches a full video , 2gb bandwidth will be consumed?
 
Last edited:
Yes but You can find vps or dedicated servers in companies that gives unmetered be like FDCserver, OVH, hetzner..

The second option is cheaper. You need a web hosting and an url shortener script (maybe you need modify it).
For each redirect you can increase a counter and calculate your bw usate. When one account was complete, you start to redirect user to second account.
 
Yes but You can find vps or dedicated servers in companies that gives unmetered be like FDCserver, OVH, hetzner..

The second option is cheaper. You need a web hosting and an url shortener script (maybe you need modify it).
For each redirect you can increase a counter and calculate your bw usate. When one account was complete, you start to redirect user to second account.
thanks alot for the ideas .
 
If you directly stream from google drive - there is a high chance that they will get deleted if the file violates copyrights
Am i right ?
 
If you directly stream from google drive - there is a high chance that they will get deleted if the file violates copyrights
Am i right ?
yes , they delete it .
using a proxy server will avoid it.:)
 
Hi! You can create a proxy with nginx that change the source when you reached x amount traffic. With this method you'll pass all traffic through your server.
Other idea: You can create a site that redirects users to some site, and change it manually or making some calcs. Like redirection*size of file. It will give you an idea, but it's not exactly.
Can you please tell me what I have to learn in order to achive that?
 
Can you please tell me what I have to learn in order to achive that?

If your question is about nginx:
-> Nginx oficial doc: http://nginx.org/en/docs/
-> You can search in google "nginx reverse proxy" (you will get a lot of example)
-> Two exmaples that I found in google: https://gist.github.com/userqq/f75875f0fe7bbf6c38b3fb8a00d3dea2 https://www.scaleway.com/en/docs/how-to-configure-nginx-reverse-proxy/ (idk if it work, but you can use it to guide)
-> You can use free aws free-tier or microsoft azure free credit for try it with a free vps.

If your questiojn is about second idea: you need to learn python or php to make your own script or you can check in github.
 
If your question is about nginx:
-> Nginx oficial doc: http://nginx.org/en/docs/
-> You can search in google "nginx reverse proxy" (you will get a lot of example)
-> Two exmaples that I found in google: https://gist.github.com/userqq/f75875f0fe7bbf6c38b3fb8a00d3dea2 https://www.scaleway.com/en/docs/how-to-configure-nginx-reverse-proxy/ (idk if it work, but you can use it to guide)
-> You can use free aws free-tier or microsoft azure free credit for try it with a free vps.

If your questiojn is about second idea: you need to learn python or php to make your own script or you can check in github.
Thanks alot bro I already know python I need to learn about nginx
 
If your question is about nginx:
-> Nginx oficial doc: http://nginx.org/en/docs/
-> You can search in google "nginx reverse proxy" (you will get a lot of example)
-> Two exmaples that I found in google: https://gist.github.com/userqq/f75875f0fe7bbf6c38b3fb8a00d3dea2 https://www.scaleway.com/en/docs/how-to-configure-nginx-reverse-proxy/ (idk if it work, but you can use it to guide)
-> You can use free aws free-tier or microsoft azure free credit for try it with a free vps.

If your questiojn is about second idea: you need to learn python or php to make your own script or you can check in github.
one more question!
as bandwidth refreshes every 24 hours ,
can the proxy script also made to be reset every 24hours ?
for e.g : today it's going from drive 1 > drive 2 > drive 3 . tomorrow it should again reset to drive 1 .
 
can the proxy script also made to be reset every 24hours ?
I've not made proxies that make something with bw control. But if you can't make it with nginx, you can make a simple script in python that check nginx access logs and change their config.


Thanks alot bro I already know python I need to learn about nginx
you're welcome
 
You can use plex or any media server for bandwidth, lifetime it.s 134$ if i remember and use links from it
 
You can use plex or any media server for bandwidth, lifetime it.s 134$ if i remember and use links from it
i wan't to host copyrighted content .
do they allow ?
 
i wan't to host copyrighted content .
do they allow ?
i have for the moment 500+ movies and a couple of tv shows still working on automation for downloading and uploading on server with radarr sonarr etc if you are interested in more infos pm me, i need a partenership too, i have some marketing ideas too
 
i have for the moment 500+ movies and a couple of tv shows still working on automation for downloading and uploading on server with radarr sonarr etc if you are interested in more infos pm me, i need a partenership too, i have some marketing ideas too
so you're also into movie sites ?
 
i moved on movie app and i have a bad reflex to drop out projects when i start a better one
but you said you have marketing ideas !
didn't it worked?
 
Back
Top