Airsonic, DLNA not visible

  • Hi

    I installed Airsonic via Docker, everything seems ok, but DLNA even though seems to start, is not visible.

    I used both marduer/airsonic and linuxserver.io compose but the same. It seems to be a known bug in Airsonic, it's recommended to configure network as host and to publish ports 4041 and 1900, apart the 4040 which is published. Any tip how to do this?

    Any help here, I'm a newbie in docker, but I really need Airsonic capabilites..


    2021-09-09 17:33:41.595 INFO --- o.a.player.service.UPnPService : Starting UPnP service...

    2021-09-09 17:33:41.770 INFO --- o.a.player.service.UPnPService : Successfully started UPnP service on port 4041!

    2021-09-09 17:33:41.971 INFO --- o.a.player.service.UPnPService : Enabling UPnP/DLNA media server

    2021-09-09 17:33:42.492 INFO --- o.a.p.s.search.IndexManager : Index was found (index version 18).

    2021-09-09 17:33:42.503 INFO --- o.a.p.s.MediaScannerService : Automatic media library scanning scheduled to run every 1 day(s), starting at 2021-09-10T03:00:00.499

    2021-09-09 17:33:47.668 INFO --- org.airsonic.player.Application : Started Application in 26.618 seconds (JVM running for 27.594)

    2021-09-09 17:33:54.594 INFO --- o.a.p.f.BootstrapVerificationFilter : Servlet container: Apache Tomcat/8.5.51

  • all DLNA Do not work on bridge network, you need to install Airsonic in Host network to work.


    In host network, no need to publish ports.



    Please post your docker.compose or airsonic.yaml file

  • Thanks,

    I removed plex, and somehow one of the client sees airsonic but unfortunately no files to play, while my LG tv still don't see it.

    This is docker compose, I have no idea where airsonic.yaml file is located..

    ---

    version: "2.1"

    services:

    airsonic:

    image: ghcr.io/linuxserver/airsonic

    container_name: airsonic

    network_mode: host

    environment:

    - PUID=1000

    - PGID=100

    - TZ=Europe/Rome

    volumes:

    - /srv/dev-disk-by-uuid-af6b1eaf-a62a-453e-95af-10c1a2b00b61/Config/Airsonic:/config

    - /srv/dev-disk-by-uuid-af6b1eaf-a62a-453e-95af-10c1a2b00b61/Music:/music

    - /srv/dev-disk-by-uuid-af6b1eaf-a62a-453e-95af-10c1a2b00b61/Mp3:/music2

    ports:

    - 4040:4040

    - 4041:4041

    restart: unless-stopped

Jetzt mitmachen!

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