• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Networking & Access SOLVED: emby and jellyfin on same server

    Pages (2): 1 2 Next »

     
    • 0 Vote(s) - 0 Average

    SOLVED: emby and jellyfin on same server

    Can't docker compose with emby already installed
    roycrt
    Offline

    Junior Member

    Posts: 13
    Threads: 3
    Joined: 2024 Feb
    Reputation: 0
    Country:United States
    #1
    2024-02-15, 04:16 PM (This post was last modified: 2024-02-15, 06:04 PM by roycrt. Edited 4 times in total.)
    Server set up is Debian Bookworm with emby installed from deb file and using port 8096
    Only need local roku clients on local network
    On emby web dashboard I change the ports to 8090 and 8091
    On roku I uninstalled emby app, reloaded emby app. roku still connected. I added server with port 8090. Not sure it sticks.

    I'm trying to install jellyfin inside Docker container. (my first time using Docker)
    I will only be sharing with local network
    I'm trying to avoid a conflick with emby so want to run jellyfin on port 8095.  When I use ports inside my docker-compose.yml file
    ports:
      - 8095:8094
    I get a message when composing
    Code:
    jellyfin Published ports are discarded when using host network mode
    and I get a lot of emby stuff, then it fails with Status Code 200

    If I remove the ports entry I get a lot of emby startup stuff and it fails with
    Code:
    Slow HTTP Response from http://localhost:8096/health to 127.0.0.1 in 0:00:00.7782685 with Status Code 200

    If I remove the network_mode: 'host' line and reinsert the ports, I still get a lot of emby plugin and startup stuff and it fails with Status Code 200

    Is there a way to edit a config file to stop emby from doing plugin and startup stuff when port 8096 is accessed.
    Thanks in advance for any help!

    /var/lib/emby/config/system.xml shows ports 8090 and 8091
    Go to solution
    Serge K
    Offline

    Member

    Posts: 138
    Threads: 9
    Joined: 2023 Nov
    Reputation: 0
    Country:Ukraine
    #2
    2024-02-15, 05:31 PM
    some time ago I also tried to install both servers
    very important is to stop emby already installed first and then install jellyfin. Then stop jellyfin and change port.
    then both servers start
    must works
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #3
    2024-02-15, 06:16 PM
    (2024-02-15, 05:31 PM)Serge K Wrote: some time ago I also tried to install both servers
    very important is to stop emby already installed first and then install jellyfin. Then stop jellyfin and change port.
    then both servers start
    must works

    This.  I have 5 Jellyfin instances running on my server, my production instance directly on Ubuntu on port 8096 and 4 docker containers for testing.  Each time I added a new container I had to stop my production instance on 8096 to stand up the new one and reconfigure the network port.  If you are using host networking using the publish port function won't work.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    roycrt
    Offline

    Junior Member

    Posts: 13
    Threads: 3
    Joined: 2024 Feb
    Reputation: 0
    Country:United States
    #4
    2024-02-15, 08:02 PM (This post was last modified: 2024-02-15, 08:08 PM by roycrt. Edited 3 times in total.)
    Thanks for the suggestions.
    I shut down emby, but still same errors
    I ran
    sudo mv /etc/init/emby-server.conf /etc/init/emby-server.conf.disabled
    sudo systemctl reboot
    Same errors

    It seems that whenever port 8096 is called, emby stuff gets activated. even if emby is not running
    I couldn't find anything in rc?.d directories, but I'm only a sortof admin
    I would just do a complete server new install with only docker, but I set emby up on a few friends and don't want to go through the whole remove emby thing on all them, so they can try jellyfin
    emby is as bad as roku with sharing info. I really do hate closed sourced, but my friends all have roku and spending $100s to replace them is not likely.
    Thanks again for the suggestions.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #5
    2024-02-15, 08:19 PM
    Are you reconfiguring Jellyfin port in Jellyfin's dashboard?
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    roycrt
    Offline

    Junior Member

    Posts: 13
    Threads: 3
    Joined: 2024 Feb
    Reputation: 0
    Country:United States
    #6
    2024-02-15, 09:40 PM
    Hi TheDreadPirate,
    Unfortunately can't get there from here
    docker compose up never completes
    I even moved the /opt/emby-server directory to my home folder, rebooted
    still emby stuff gets called and docker compose freezes with Status Code 200
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #7
    2024-02-15, 09:43 PM
    Does jellyfin start at all? Or does the container not even finish initializing? Can you share your compose file?
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    roycrt
    Offline

    Junior Member

    Posts: 13
    Threads: 3
    Joined: 2024 Feb
    Reputation: 0
    Country:United States
    #8
    2024-02-15, 10:14 PM (This post was last modified: 2024-02-15, 10:17 PM by roycrt.)
    version: '3.5'
    services:
    jellyfin:
    image: jellyfin/jellyfin:latest
    container_name: jellyfin
    user: 1001:1001
    network_mode: 'host'
    volumes:
    - /srv/data/jellyfin/configConfused-faceconfig:rw \ # Alternatively -- - jellyfin-configConfused-faceconfig
    - /srv/data/jellyfin/cacheConfused-facecache:rw \ # Alternatively -- - jellyfin-cacheConfused-facecache
    - /srv/Media/MoviesConfused-facesrv/data/jellyfin/Movies
    - /srv/Media/TVConfused-facesrv/data/jellyfin/TV
    restart: 'unless-stopped'
    extra_hosts:
    - "host.docker.internal:host-gateway"

    I did a chmod -R 777 /srv to open up the directories
    Jellyfin does not start at all. Never completes the compose Errors Slow HTTP Response from http://localhost:8096

    Sorry, all the sad faces are colon/
    roycrt
    Offline

    Junior Member

    Posts: 13
    Threads: 3
    Joined: 2024 Feb
    Reputation: 0
    Country:United States
    #9
    2024-02-15, 10:19 PM (This post was last modified: 2024-02-15, 10:20 PM by roycrt. Edited 1 time in total.)
    Also, all the indents are correct. I've checked a dozen times
    I don't how to keep the original format.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #10
    2024-02-15, 10:19 PM (This post was last modified: 2024-02-15, 10:21 PM by TheDreadPirate. Edited 1 time in total.)
    What is the output of

    Code:
    sudo netstat -napo | grep 8096
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Pages (2): 1 2 Next »

    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode