• 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 DNLA Player issues

     
    • 0 Vote(s) - 0 Average

    DNLA Player issues

    Bluray player
    Cerise
    Offline

    Junior Member

    Posts: 12
    Threads: 3
    Joined: 2024 Nov
    Reputation: 0
    Country:France
    #1
    2024-11-29, 07:19 PM
    Hello,

    I have Jellyfin server running in a docker container on Synology NAS.
    Here is my docker compose file (I think I could drop the ports section since in host mode):
    Code:
    version: '3.5'
    services:
      jellyfin:
        image: jellyfin/jellyfin:latest
        container_name: jellyfin
        network_mode: 'host'
        environment:
          - PUID=1029 #user jellyfin
          - PGID=65541 #group docker
          - TZ='Europe/Paris'
          - JELLYFIN_PublishedServerUrl=192.168.1.253
        ports:                                                                                                                                                                                                                                                     
          - 8096:8096
          - 1900:1900
        volumes:
          - /volume1/docker/jellyfin/config:/config:rw
          - /volume1/docker/jellyfin/cache:/cache:rw
          - /volume1/media/videos:/media:ro
        restart: 'unless-stopped'
        devices:                                                                                                                                                                                                                                                   
          - /dev/dri/renderD128:/dev/dri/renderD128
         

    I have a DNLA Bluray player (sony) connected on my home network (same as NAS).
    Unfortunatly, I can't see the Jellyfin server whenever attempting to reach it from player.
    I have already tried Plex server, I can it. But doesn't work with Jellyfin.

    Does anyone has some idea ?
    Thanks a lot
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    DNLA Player issues - by Cerise - 2024-11-29, 07:19 PM
    RE: DNLA Player issues - by TheDreadPirate - 2024-11-29, 08:26 PM
    RE: DNLA Player issues - by Cerise - 2024-11-29, 10:46 PM
    RE: DNLA Player issues - by TheDreadPirate - 2024-11-29, 11:29 PM
    RE: DNLA Player issues - by Cerise - 2024-11-30, 04:05 PM
    RE: DNLA Player issues - by TheDreadPirate - 2024-11-30, 04:59 PM
    RE: DNLA Player issues - by Cerise - 2024-11-30, 10:17 PM
    RE: DNLA Player issues - by Cerise - 2024-12-01, 01:10 PM
    RE: DNLA Player issues - by TheDreadPirate - 2024-12-01, 06:30 PM
    RE: DNLA Player issues - by Cerise - 2024-12-02, 09:05 PM

    • 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