RealDebrid discussion thread

So this works really well.


Just run the docker run string to deploy it on your VPS and add it to the public hosted AIOStreams stremio plugin and you can use 1 realdebrid account for multiple accounts and IP's

Finally got around to setting this up

1739721368710.png

Works well for the most part
Everything seems to get routed through my Oracle VPS, except for that 1 blip which went through my home IP
Will need to do further testing before trying to use it in multiple locations
 
Finally got around to setting this up

View attachment 1796696

Works well for the most part
Everything seems to get routed through my Oracle VPS, except for that 1 blip which went through my home IP
Will need to do further testing before trying to use it in multiple locations
Going to attempt this today, on my oracle VPS.
Instructions are a bit confusing though....but let me try first before asking any questions....planning on using docker.
 
Going to attempt this today, on my oracle VPS.
Instructions are a bit confusing though....but let me try first before asking any questions....planning on using docker.

Very easy with docker run command. Just add a super random password and add the -d to the command to run in detached mode and you are sorted.

If you want to be more secure you can use IP tables to block access on that port to only the IP's you allow.

You can also do it in docker-compose if you want to configure a .yaml file

Quickly wrote a compose file if you want to use it. Just edit the user ID you want it to run as and select a random password. Save the file as docker-compose. yaml and then in that directory run docker-compose up -d and it should be good to go. You can change the ports if you want also.

It will always restart unless you do docker stop mediaflow_proxy

Also you can use any of these with the mediaflow proxy.


Code:
---
version: '3.3'
services:
  mediaflow:
    image: mhdzumair/mediaflow-proxy
    container_name: mediaflow_proxy
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Africa/Johannesburg
      - API_PASSWORD=your_password
    ports:
      - 8888:8888
    restart: unless-stopped
 
Last edited:
I wanted to test it on my home network, but don't really want to open port 443., ect, so just trying to check if I have some oracle resources for this.....
 
I wanted to test it on my home network, but don't really want to open port 443., ect, so just trying to check if I have some oracle resources for this.....

You can run this on any vps really. RealDebrid is not so strict on servers as Alldebrid so Oracle za is the best because it's local but if you don't want to do local you can get a cheap hetzner vps or something for like 1 or $2 a month and run it there and proxy it through cloudflare or stream direct.
 
Do I need to use this to generate a config file?
even if I don't plan on using elf
 
Do I need to use this to generate a config file?
even if I don't plan on using elf

So you need one that supports the media flow proxy.

AIOstreams
Jackettio
Mediafusion

supports Media Flow proxy. You can host your own or use one or all of the free public ones hosted by elf hosted. You don't have to pay or use elf hosted to use those.

Code:
https://aiostreams.elfhosted.com/configure
https://mediafusion.elfhosted.com/configure
https://jackettio.elfhosted.com/configure
 
alright so I just use elf host to generate a config file?
I going to use it with realdebrid
 
alright so I just use elf host to generate a config file?
I going to use it with realdebrid

yes. if you use AIOstreams you can add Mediafusion, Jackettio and Comet to the addons.

Right at the bottom you just add your media flow proxy. Just proxy the streams you don't need to proxy the addons unless your IP is block or something
 
Struggling here....
the config file is how I add everything to stermio ,right?
I am struggling to get my docker set up.....
 
Struggling here....
the config file is how I add everything to stermio ,right?
I am struggling to get my docker set up.....

Okay do you have docker compose setup? If not run this.

apt-get update
apt-get install -y docker-compose

create a folder. mkdir mediaflow_proxy

cd mediaflow_proxy

nano docker-compose.yaml

past the code from my previous post in this file and change the password for API_PASSWORD=your_password

Ctrl + x then say y

then run docker-compose up -d

now you will see once it's running you can access it here. http://server ip:8888/
 
Now you can go here.


tick realdebrid and put your api

at the addons section add all 3. Mediafusion, comet, jackettio

scroll right down and tick media flow.

enter this in the proxy url http://server ip:8888/ next box enter your API password you set in the docker image.

By default all streams from this addon will be proxied that is fine.

Click generate manifest url.

Now you can install it. The easiest way is web.stremio.com
 
Thanks.
I kinda got it working but will follow your instructions
 
Did anyone test yows new strm with zurg+emby ?

Works like a dream no need for huge storage space.
 
Last edited:
My scraper has suddenly stopped finding sources in kodi which forced me to try download torrent manually but I can't for the life of me find a working torrent site. Anyone have working torrent site suggestions?

Only one I have left that works is yts but thats just movies, I'm looking for one for series.

edit: turned warp on and now everything works, AH must be blocking something.
 
Last edited:
Did anyone test yows new strm with zurg+emby ?

Works like a dream no need for huge storage space.


Is this in his latest combined docker image?

 
Top
Sign up to the MyBroadband newsletter
X