• 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 SOLVED: i can't connect Finamp, Streamyfin, Fintunes or Gelly

     
    • 0 Vote(s) - 0 Average

    SOLVED: i can't connect Finamp, Streamyfin, Fintunes or Gelly

    but i can connect to Jellyfin android app and Findroid
    parz1va1
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2024 Dec
    Reputation: 0
    Country:Colombia
    #1
    2024-12-15, 04:57 PM
    Hi, thanks for your time and your help.

    I have a server of Jellyfin 10.10.3 on one Raspberry Pi 4 with docker.

    I can connect from my pc from http://192.168.1.39:8086, but I can't connect from my android phone to the same url, but I can connect the findroid and jellyfin android app work perfect

    but can't connect Finamp, Streamyfin, Fintunes or Gelly.

    Code:
    pi@raspberrypi:~/projects/jellyfin/Jellyfin/config $ cat network.xml
    <?xml version="1.0" encoding="utf-8"?>
    <NetworkConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <BaseUrl />
      <EnableHttps>false</EnableHttps>
      <RequireHttps>false</RequireHttps>
      <InternalHttpPort>8096</InternalHttpPort>
      <InternalHttpsPort>8920</InternalHttpsPort>
      <PublicHttpPort>8096</PublicHttpPort>
      <PublicHttpsPort>8920</PublicHttpsPort>
      <AutoDiscovery>true</AutoDiscovery>
      <EnableUPnP>true</EnableUPnP>
      <EnableIPv4>true</EnableIPv4>
      <EnableIPv6>true</EnableIPv6>
      <EnableRemoteAccess>true</EnableRemoteAccess>
      <LocalNetworkSubnets />
      <LocalNetworkAddresses />
      <KnownProxies />
      <IgnoreVirtualInterfaces>true</IgnoreVirtualInterfaces>
      <VirtualInterfaceNames>
        <string>veth</string>
      </VirtualInterfaceNames>
      <EnablePublishedServerUriByRequest>false</EnablePublishedServerUriByRequest>
      <PublishedServerUriBySubnet />
      <RemoteIPFilter />
      <IsRemoteIPFilterBlacklist>false</IsRemoteIPFilterBlacklist>
    </NetworkConfiguration>
    Go to solution
    parz1va1
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2024 Dec
    Reputation: 0
    Country:Colombia
    #2
    2024-12-15, 05:15 PM
    This is my docker compose config

    jellyfin:
    image: jellyfin/jellyfin:latest
    expose:
    - 8096
    # - 8920
    ports:
    - 8096:8096
    # - 8920:8920
    environment:
    - TZ=America/Bogota
    - PUID=1000
    - PGID=1000
    volumes:
    - ./JellyfinConfused-faceconfig
    - ${MEDIA}Confused-facemedia
    - ./tmpConfused-facetmp
    - rcloneConfused-faceteldrive
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #3
    2024-12-15, 07:17 PM
    Remove the "expose" section of your docker compose. It isn't used since you are using "ports".

    Can you share your jellyfin logs via pastebin?
    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]
    parz1va1
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2024 Dec
    Reputation: 0
    Country:Colombia
    #4
    2024-12-15, 08:57 PM
    Thanks a lot!!
    « 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