The ultimate media streaming service? Getting started with Plex on Raspberry Pi

Поделиться
HTML-код
  • Опубликовано: 9 сен 2024

Комментарии • 15

  • @RaspberryTips
    @RaspberryTips  2 года назад

    📥 Download my free PDF glossary to start the right way: download.raspberrytips.com/glossary

  • @daniel.pendzich
    @daniel.pendzich 11 месяцев назад +4

    Hey thanks, this video helped me a lot.
    Just a quick note to those who are struggling, like me, to get an external HDD to show content in plex:
    The latest raspberry pi OS will auto mount the external drive so you don't have to mess with that, all you have to do is give it permissions using the same commands "sudo chmod 777 /media" , "sudo chmod 777 /media/pi" , "sudo chmod 777 /media/pi/Storage_1"
    After doing this, plex can see all the videos on my ext hdd.

    • @XYAgain420
      @XYAgain420 11 месяцев назад +1

      Nice, thanks very much for the quick assist! Works gr8!

    • @AndersJackson
      @AndersJackson 9 месяцев назад +1

      Please, please. NEVER use 777 as rights. At least use 755 or 775 so you don't give write access to any willy nilly user on your machine. Use 777 is a great advice if one will lower the security on your machine.
      You should always be as restrictive as you can about access to any resource. Like network access and file access. Because is safer to add access when needed then to specifically remove access later.
      And I DO recommend not to use the magic octal numbers for access. Use the names and groups.
      - 'u' : user (owner of the file) access rights
      - 'g': group (that that also own the file) access rights
      - 'o': other (that doesn't belong to u nor g) access rights
      - '+': add named rights
      - '-': remove named rights
      - '=': set and remove rights in one go.
      - 'r': read access right
      - 'w': write access right
      - 'x': executable right (run as command for files and read content in directories).
      chmod ug+w file.txt # give write access to user and group
      chmod a+r file.txt # give read access for all (that is to user, group, other)
      chmod o-w file.txt # remove write access for other
      chmod go=r file.txt # give only read access to group and other
      chmod u=rwx file.txt. # give only read, write and execute access to user of the file. (can be changed to u=a)
      So use chgrp(1) command to change to the right group to the directory in your home folder. `chgrp -R group directory` when you change group and directory to the right values (the user that plex run as, and the library that Plex should have access to).

    • @The_Donn
      @The_Donn 3 месяца назад

      YOU FUCKING FIXED IT FOR ME!!!!!!!!!!!!!🎉🎉🎉🎉🎉🎉 thank you bro : )

  • @user-oh9ts3fd1m
    @user-oh9ts3fd1m 3 месяца назад

    Really like your presentation method , and also the time pause for reading the info . I am leaning more toward the Ubuntu , since I use it now and for an older guy the memory aspects have added some challenges , well, we do what we need to do to make it work for us.
    I am hoping to try to get some notes on the vids but if I can download portions of your vids I can replay those. . . hmmm

  • @LargePoptart
    @LargePoptart 3 месяца назад

    im struggling at server installation. Once i download the distribution and click on the file it does not install, but opens the file? Do I need some sort of installer first to install the downloaded distribution?

    • @The_Donn
      @The_Donn 3 месяца назад

      Open the downloads folder and right click on the downloaded file then properties then change open with to install packager

  • @jasonpocaro2730
    @jasonpocaro2730 2 года назад

    Always great information in your videos. 😎👍🔥

  • @valamimenonev141
    @valamimenonev141 Год назад +2

    HEy! what terminal do you use?

  • @alexgreat3349
    @alexgreat3349 2 года назад +2

    Is pi 3b capable do these ?

    • @AndersJackson
      @AndersJackson 9 месяцев назад +1

      Yes, but slower.

    • @ofio
      @ofio 7 месяцев назад

      slower to transcode? or other type of slowlyness?@@AndersJackson