PlexMediaServer not only works in local network?

  • Help me


    I installed plex on OMV 5.0 with Extra_org;


    Plugin up and running, I uploaded videos in the library, but the decoders and televisions at home, they see the Plexmediaserver, but do not see the video library.


    Plex not only works in local network?


    What should I do?

  • There are mobile apps for Plex. You can use it out of network.


    Give results of this command on the folder where you have your media folders/files:


    stat nameoffolder



    Usually people make a media shared fodler and then share it with SMB/CIFS. Once you can access it and write to it then you can create a Movies, TV, Musics, etc... folders.


    italiano


    Ports to open on LAN
    TCP 32400 (discovery service Plex Media Server) [required]
    UDP 1900 (discovery service for Plex DLNA Server) [required for PC, Android, standard DLNA clients]
    TCP 32469 (for access to the Plex DLNA Server)
    UDP 5353 (discovery service Plex DLNA Server for Bonjour/Avahi) [required for Apple clients]


    Ports to open for remote viewing (.i.e WAN)
    TCP 32400 (only need to port range forward this port from your router to your OMV for remote access)
    See this post for further steps to enable remote viewing: Link

  • The error screams right in your face, you just have to hear (or read) it. And it has nothing todo with PlexMediaServer.


    Greetings
    David

    "Well... lately this forum has become support for everything except omv" [...] "And is like someone is banning Google from their browsers"


    Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.

    Upload Logfile via WebGUI/CLI
    #openmediavault on freenode IRC | German & English | GMT+1
    Absolutely no Support via PM!

  • Yeah, because one vhost configuration of your apache2 is misconfigured, you remove the whole apache. :roll:


    Code
    apt-get --purge remove openmediavault-git


    Greetings
    David

    "Well... lately this forum has become support for everything except omv" [...] "And is like someone is banning Google from their browsers"


    Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.

    Upload Logfile via WebGUI/CLI
    #openmediavault on freenode IRC | German & English | GMT+1
    Absolutely no Support via PM!

  • The plugin works:


    Code
    root@openmediavault:~# /etc/init.d/plexmediaserver restart
    Killing Plex Media Server: done
    Starting Plex Media Server: done
    root@openmediavault:~# /etc/init.d/plexmediaserver status
    Plex Media Server process running.


    I have uploaded videos and photos in the library, and the folders used are shared with samba, but the decoders and televisions at home, they see the Plexmediaserver, but do not see the video library, instead, everything is ok with Mini DLNA.


    Plex not only works in local network?

  • Code
    root@openmediavault:~# stat /media/b495ca2c-9f92-404a-8708-f26f89e1cb16/Samba
      File: "/media/b495ca2c-9f92-404a-8708-f26f89e1cb16/Samba"
      Size: 4096            Blocks: 8          IO Block: 4096   directory
    Device: 97fh/2431d      Inode: 98566145    Links: 7
    Access: (2755/drwxr-sr-x)  Uid: (    0/    root)   Gid: (  100/   users)
    Access: 2014-02-21 23:39:17.060257772 +0100
    Modify: 2014-02-19 13:13:08.665543872 +0100
    Change: 2014-02-20 23:39:11.077570663 +0100
    root@openmediavault:~#
  • Change directory to where the folder is and do this:


    chmod -R 775 Samba


    chown -R root:users Samba


    The folder looks fine but some of the data may not be. These commands will change all folders/files that are in the Samba folder recursively.

  • How are you putting in files with your folder chmod 755. With that your users cannot write to the samba share???? Did you make those change I said above??? for chmod and chown????


    Access: (2755/drwxr-sr-x) Uid: ( 0/ root) Gid: ( 100/ users)

  • Code
    root@openmediavault:/media# stat /media/b495ca2c-9f92-404a-8708-f26f89e1cb16/Samba
      File: "/media/b495ca2c-9f92-404a-8708-f26f89e1cb16/Samba"
      Size: 4096            Blocks: 8          IO Block: 4096   directory
    Device: 97fh/2431d      Inode: 98566145    Links: 7
    Access: (2775/drwxrwsr-x)  Uid: (    0/    root)   Gid: (  100/   users)
    Access: 2014-02-22 00:21:57.854013276 +0100
    Modify: 2014-02-19 13:13:08.665543872 +0100
    Change: 2014-02-22 00:21:24.768017296 +0100
  • Is good now. But your movies still not showing?


    Did you reboot after adding movies???? Movies are scanned with restart or reboot. Samba does not work perfect with the AutoDetect.



    To restart Plex you can use this command:


    /etc/init.d/plexmediaserver restart

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!