Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. Plex Media Server

Plex Media Server

Scheduled Pinned Locked Moved App Wishlist
67 Posts 21 Posters 17.7k Views 21 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • murgeroM murgero

    @necrevistonnezr said in Plex Media Server:

    UE49LS03NAUXZG

    This model supports DLNA. I am building a cloudron plex app now, but in the meantime, try a DLNA server.

    Example: https://www.howtogeek.com/215400/how-to-turn-your-computer-into-a-dlna-media-server/

    necrevistonnezrN Offline
    necrevistonnezrN Offline
    necrevistonnezr
    wrote on last edited by
    #17

    @murgero said in Plex Media Server:

    This model supports DLNA. I am building a cloudron plex app now, but in the meantime, try a DLNA server.

    Example: https://www.howtogeek.com/215400/how-to-turn-your-computer-into-a-dlna-media-server/

    I tried Minidlna (now ReadyMedia) but I guess it's the same issue with ports. I changed the Minidlna TCP port to 4390 (which is open in Cloudron for mail sieve which I don't use) but it cannot be seen by the TV - I guess minidlna also needs UDP 1900...

    murgeroM 1 Reply Last reply
    0
    • necrevistonnezrN necrevistonnezr

      @murgero said in Plex Media Server:

      This model supports DLNA. I am building a cloudron plex app now, but in the meantime, try a DLNA server.

      Example: https://www.howtogeek.com/215400/how-to-turn-your-computer-into-a-dlna-media-server/

      I tried Minidlna (now ReadyMedia) but I guess it's the same issue with ports. I changed the Minidlna TCP port to 4390 (which is open in Cloudron for mail sieve which I don't use) but it cannot be seen by the TV - I guess minidlna also needs UDP 1900...

      murgeroM Offline
      murgeroM Offline
      murgero
      App Dev
      wrote on last edited by
      #18

      @necrevistonnezr I just remember cloudron uses iptables to manage it's firewall and will only allow certain ports it is aware to be open.

      See your PM for details.

      Essentially we need to allow the plex port:

      iptables -I INPUT -p tcp -m tcp --dport 32400 -j ACCEPT <- Plex Web UI
      iptables -I INPUT -p tcp -m tcp --dport 32469 -j ACCEPT <- Plex DLNA for other devices.

      --
      https://urgero.org
      ~ Professional Nerd. Freelance Programmer. ~

      marcusquinnM 1 Reply Last reply
      0
      • S Offline
        S Offline
        stoccafisso
        wrote on last edited by
        #19

        I just played a little with installing Plex. I see it like to create some media directories in /opt/something and copy all the mediafiles there.

        I want my media to stay where it is, and not be copied or moved anywhere else. If copied it will double my 600GB media to a total of 1200GB.

        Maybe Plex is not for me. Or is there some other way to have Plex serve media from their current location, without copying or moving it?

        S 1 Reply Last reply
        0
        • S stoccafisso

          I just played a little with installing Plex. I see it like to create some media directories in /opt/something and copy all the mediafiles there.

          I want my media to stay where it is, and not be copied or moved anywhere else. If copied it will double my 600GB media to a total of 1200GB.

          Maybe Plex is not for me. Or is there some other way to have Plex serve media from their current location, without copying or moving it?

          S Offline
          S Offline
          stoccafisso
          wrote on last edited by stoccafisso
          #20

          EDIT: Sorry! Taking question elsewhere as it was not actually on topic. Sorry again.

          1 Reply Last reply
          0
          • willywonkaW Offline
            willywonkaW Offline
            willywonka
            wrote on last edited by willywonka
            #21

            Yes Plex is 100% legit but for CLOUDRON? IDK I believe this is docker based I have not USED Plex in while because most hosting companies frowned on me uploading my DVDs digitally to their storage...

            IF CAN BRING PLEX OR IT IS POSSIBLE should stop all dev on everything and work on PLEX server side deployment turn key..

            here is good idea if Plex is not do-able
            https://github.com/webtorrent/webtorrent

            • wOnKa
            necrevistonnezrN 1 Reply Last reply
            -1
            • willywonkaW willywonka

              Yes Plex is 100% legit but for CLOUDRON? IDK I believe this is docker based I have not USED Plex in while because most hosting companies frowned on me uploading my DVDs digitally to their storage...

              IF CAN BRING PLEX OR IT IS POSSIBLE should stop all dev on everything and work on PLEX server side deployment turn key..

              here is good idea if Plex is not do-able
              https://github.com/webtorrent/webtorrent

              necrevistonnezrN Offline
              necrevistonnezrN Offline
              necrevistonnezr
              wrote on last edited by
              #22

              @willywonka said in Plex Media Server:

              Yes Plex is 100% legit but for CLOUDRON? IDK I believe this is docker based I have not USED Plex in while because most hosting companies frowned on me uploading my DVDs digitally to their storage...

              There are cloudron users with their own server at home / the office / the hoster.

              @willywonka said in Plex Media Server:

              IF CAN BRING PLEX OR IT IS POSSIBLE should stop all dev on everything and work on PLEX server side deployment turn key..
              here is good idea if Plex is not do-able
              https://github.com/webtorrent/webtorrent

              I honestly don't understand the meaning of this sentence.

              1 Reply Last reply
              0
              • necrevistonnezrN Offline
                necrevistonnezrN Offline
                necrevistonnezr
                wrote on last edited by
                #23

                Is Plex still being worked on?

                1 Reply Last reply
                0
                • girishG Offline
                  girishG Offline
                  girish
                  Staff
                  wrote on last edited by
                  #24

                  AFAIK, no. Before we package plex, we have to add some support for hardware transcoding for the media apps. @nebulon is working on this for emby/jellyfin. Once we have support in the package in place, it makes sense to package plex.

                  necrevistonnezrN 1 Reply Last reply
                  1
                  • girishG girish

                    AFAIK, no. Before we package plex, we have to add some support for hardware transcoding for the media apps. @nebulon is working on this for emby/jellyfin. Once we have support in the package in place, it makes sense to package plex.

                    necrevistonnezrN Offline
                    necrevistonnezrN Offline
                    necrevistonnezr
                    wrote on last edited by
                    #25

                    @girish that’s great as Plex has the widest „official“ hardware support... https://support.plex.tv/articles/204080173-which-smart-tv-models-are-supported/

                    1 Reply Last reply
                    1
                    • ? Offline
                      ? Offline
                      A Former User
                      wrote on last edited by
                      #26

                      I would love to see Plex in here. Its got the best of Jellyfin and Emby for me. Shareplay from Jellyfin (new) and properly functioning apps for mobile and smart TVs from Emby. And more! And hardware transcoding is a thing now I believe?

                      1 Reply Last reply
                      2
                      • murgeroM murgero

                        @avatar1024 Libresonic then? I believe that supports video and audio streaming?

                        avatar1024A Offline
                        avatar1024A Offline
                        avatar1024
                        wrote on last edited by
                        #27

                        @murgero sorry I'm getting back this thread after the war. Seems like Airsonic is the most maintain package and Libresonic is mostly depreciated.

                        More info on here: https://airsonic.github.io/

                        But it seems like it's really more music orientated whereas Plex/Emby/Jellyfin are more for videos.

                        1 Reply Last reply
                        1
                        • avatar1024A Offline
                          avatar1024A Offline
                          avatar1024
                          wrote on last edited by
                          #28

                          I should tag this topic in my reply as Airsonic got package a while ago? @girish @nebulon has there been any review of it or has it been ditched?

                          1 Reply Last reply
                          1
                          • girishG Offline
                            girishG Offline
                            girish
                            Staff
                            wrote on last edited by
                            #29

                            @avatar1024 It's waiting for the volume support in the next Cloudron release (see Announcements thread about Cloudron 6). With the volume support, you can mount host paths into apps. This is required to bring in "external media" into apps. Currently, you have to copy over all your media into the app container and this will also be part of the backup, not ideal for media apps.

                            1 Reply Last reply
                            2
                            • S Offline
                              S Offline
                              Sh3lSh0ck
                              wrote on last edited by
                              #30

                              Plex has a install for linux so I do not know why Cloudron could not do it. Seedboxes do it so it has to be able to be done. I want to one up this request.

                              girishG 1 Reply Last reply
                              1
                              • S Sh3lSh0ck

                                Plex has a install for linux so I do not know why Cloudron could not do it. Seedboxes do it so it has to be able to be done. I want to one up this request.

                                girishG Offline
                                girishG Offline
                                girish
                                Staff
                                wrote on last edited by
                                #31

                                @sh3lsh0ck Plex can definitely can be packaged for Cloudron. Just a matter of time.

                                S 1 Reply Last reply
                                3
                                • girishG girish

                                  @sh3lsh0ck Plex can definitely can be packaged for Cloudron. Just a matter of time.

                                  S Offline
                                  S Offline
                                  sonwww
                                  wrote on last edited by
                                  #32

                                  @girish Is it ready now? I can't install Emby/Jellyfin on SamSung TV

                                  girishG 1 Reply Last reply
                                  0
                                  • S sonwww

                                    @girish Is it ready now? I can't install Emby/Jellyfin on SamSung TV

                                    girishG Offline
                                    girishG Offline
                                    girish
                                    Staff
                                    wrote on last edited by
                                    #33

                                    @sonwww We don't have a package for plex yet.

                                    1 Reply Last reply
                                    0
                                    • T Offline
                                      T Offline
                                      Trackborne
                                      wrote on last edited by
                                      #34

                                      Any update on this guys? Literally the only app missing from the catalog for me!

                                      P 1 Reply Last reply
                                      1
                                      • T Trackborne

                                        Any update on this guys? Literally the only app missing from the catalog for me!

                                        P Offline
                                        P Offline
                                        privsec
                                        wrote on last edited by
                                        #35

                                        @Trackborne
                                        Have you considered using Jellyfin?

                                        necrevistonnezrN T 2 Replies Last reply
                                        0
                                        • P privsec

                                          @Trackborne
                                          Have you considered using Jellyfin?

                                          necrevistonnezrN Offline
                                          necrevistonnezrN Offline
                                          necrevistonnezr
                                          wrote on last edited by
                                          #36

                                          @privsec Plex has by far the biggest hardware support, especially on Smart TVs.

                                          P 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Bookmarks
                                          • Search