• 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 No files will play on clients.

    Pages (4): « Previous 1 2 3 4 Next »

     
    • 0 Vote(s) - 0 Average

    No files will play on clients.

    Attempted to play video on Android TV, Android phone and Firefox browser, but all fail.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #21
    2024-03-13, 05:33 PM
    Ah, right. Comment out these two lines.

    Code:
    ports:
        - 8096:8096

    Since they aren't needed anymore.
    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]
    damnsignin
    Offline

    Junior Member

    Posts: 23
    Threads: 2
    Joined: 2024 Mar
    Reputation: 0
    #22
    2024-03-14, 07:37 AM
    That worked. I'm now looking at the Docker Labs "Getting Started" tutorial page.
    damnsignin
    Offline

    Junior Member

    Posts: 23
    Threads: 2
    Joined: 2024 Mar
    Reputation: 0
    #23
    2024-03-15, 11:31 PM
    Back again. Sorry.

    I'm trying to follow the tutorial to install Docker Desktop, but it's annoyingly difficult to follow.

    I know I need to install for Debian 12 so I opened the Linux page and then the "Docker Desktop on Debian" install page.THat told me to open the GNome installation page. So I did and ran the Gnome install code. It also says to install the apt repository, so I opened that page which took me to install docker engine. That's telling me to install another command and edit something, but it doesn't show the file name to nano edit.

    I'm completely lost again. I really wish there was just a streamlined set of instructions in one document to follow.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #24
    2024-03-15, 11:40 PM
    You should already have the docker repo and docker engine setup since that is how you are running it now.
    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]
    damnsignin
    Offline

    Junior Member

    Posts: 23
    Threads: 2
    Joined: 2024 Mar
    Reputation: 0
    #25
    2024-03-16, 12:58 AM (This post was last modified: 2024-03-16, 12:59 AM by damnsignin. Edited 1 time in total.)
    Does that mean I just have to follow the instructions on these two pages:

    https://docs.docker.com/desktop/install/linux-install/
    https://docs.docker.com/desktop/install/debian/

    Without going deeper to this page:

    https://docs.docker.com/engine/install/d...repository

    And do I need to download the DEB package and push it to the Pi somehow?

    Edit: Also, do I need this page as well after running Gnome install before? https://extensions.gnome.org/extension/6...r-support/
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #26
    2024-03-16, 01:09 AM
    Pretty sure you just need to do these steps https://docs.docker.com/desktop/install/debian/

    Code:
    2. Download latest DEB package.
    3. Install the package with apt as follows:
    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]
    damnsignin
    Offline

    Junior Member

    Posts: 23
    Threads: 2
    Joined: 2024 Mar
    Reputation: 0
    #27
    2024-03-16, 01:12 AM
    root@raspberrypi5:~# sudo apt-get install ./docker-desktop-4.28.0-amd64.deb
    Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    Note, selecting 'docker-desktop:amd64' instead of './docker-desktop-4.28.0-amd64.deb'
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    The following information may help to resolve the situation:

    The following packages have unmet dependencies:
    docker-desktop:amd64 : Depends: docker-ce-cli:amd64 but it is not installable
    Depends: libseccomp2:amd64 but it is not installable
    Depends: libcap-ng0:amd64 but it is not installable
    Depends: pass:amd64 but it is not installable
    Depends: libgtk-3-0:amd64 but it is not installable
    Depends: libx11-xcb1:amd64 but it is not installable
    E: Unable to correct problems, you have held broken packages.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #28
    2024-03-16, 01:17 AM
    How are you able to run docker at all without docker-ce-cli? Unless you reinstalled the whole OS or something. I guess follow all their instructions including installing all the docker engine and docker cli stuff.
    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]
    damnsignin
    Offline

    Junior Member

    Posts: 23
    Threads: 2
    Joined: 2024 Mar
    Reputation: 0
    #29
    2024-03-16, 01:27 AM
    I don't know. I'm so completely lost. It's coming up on two months of trying to get this Rpi server running. I'm starting to think I've run enough terminal commands in the wrong order, yet again, that I might has to restart from scratch all over again and get to the point where I switched from Bridge to Host. I'm really getting stressed out.

    Everyone convinced me a media server on Linux would be easier to set up after the past two years of failed attempts at using a TerraMaster F4-210 and an old Dell PowerEdge server blade as a server. But this has been more difficult, complicated and longer than both of those failures. I'm about to pull my hair out.

    Should I start over and come back here again or try to salvage this latest attempt?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #30
    2024-03-16, 01:36 AM
    Why docker and not just directly on Linux? If it is a debian based distro, we have a script to automate the entire install process.
    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 (4): « Previous 1 2 3 4 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