Hi there,

I’m a newbie here. I have a Raspberry Pi 4 model b. However, I’ve tried to run jellyseer, using Plex Debrid, and then to do the streaming to my Apple TV.

What I don’t know if I should try to use real debrid in another way, or maybe I’m not doing the right thing because I cannot stream properly.

Another concern is about the possibility to install a VPN, I’m using Proton. Should I install a Linux distro first and then, VPN, jellyseer and plex debrid?

Thanks in advance.

  • Red@reddthat.com
    link
    fedilink
    English
    arrow-up
    2
    ·
    8 months ago

    I have a Pi4B but with a m2 drive as the OS instead of the sdcard which I highly recommend due to the amount of read/write downloading files does.

    A pi4 should have 0 trouble (via ethernet) doing anything you are saying.

    From what I could tell your setup is internet -> pi4 -> appletv. If the pi & applet are on Wifi that would be a huge issue. The most any wifi can realistically do is 270mbps and that is when you are next to the damn thing.
    As let’s say you are streaming 1080p content which requires around 20-50mbps. Router to pi (20mbps) + pi to router (20mbps) + router to Apple TV 20mbps), so you’d already be pushing 60mbps at best internally all over wifi.

    Temporarily add cables to everything if possible or move the pi onto a cable as a minimum. then you will cut down on the back-and-forth it needs to do over wifi so then your router can dedicate all its bandwidth to sending the data to the appletv.


    If it’s all on cables already then I guess it’s a filesystem issue, as your not using a SSD but using a SD card. Run iostat via command line while streaming and see if there is any big “iowait” values. I’d there is then your sd card is not keeping up with the total bandwidth

    • camilobotero@feddit.dkOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      8 months ago

      What an explanation! Thank you very much!

      Right now I’m formatting my RPI, and installing a new OS (DietPi). Also, I’m installing Jellyfin, Jellyseer, and PlexDebrid.

      I’ll add my pi to the router as you suggested and test it again. I’ll be back with some feedback.