• 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 Transcoding FFmpeg error 218

     
    • 0 Vote(s) - 0 Average

    Transcoding FFmpeg error 218

    aazam476
    Offline

    Junior Member

    Posts: 5
    Threads: 0
    Joined: 2024 Nov
    Reputation: 0
    Country:United States
    #22
    2024-11-12, 07:47 PM (This post was last modified: 2024-11-12, 07:59 PM by aazam476. Edited 1 time in total.)
    (2024-11-12, 01:53 PM)TheDreadPirate Wrote: Can you share your docker compose?

    I am using Linuxserver's docker image, but the issue that is happening occurs when using either the official image or Linuxserver's image.

    Code:
    version: '3'
    services:
      jellyfin:
        image: lscr.io/linuxserver/jellyfin:latest
        container_name: jellyfin
        restart: unless-stopped
        env_file: stack.env
        runtime: nvidia
        volumes:
          - config:/config
          - /media/jellyfin/transcodes:/transcodes
          - /media/jellyfin/movies:/movies
          - /media/jellyfin/tvshows:/tvshows
        networks:
          - default
          - traefik
          - jellyfin
        deploy:
          resources:
            reservations:
              devices:
                - driver: nvidia
                  count: 1
                  capabilities: [gpu]
        labels:
          - traefik.enable=true
          - traefik.http.routers.jellyfin.rule=Host(`...`)
          - traefik.http.routers.jellyfin.entrypoints=websecure
          - traefik.http.routers.jellyfin.tls.certresolver=myresolver
          - traefik.http.services.jellyfin.loadbalancer.server.port=8096
    volumes:
      config:
      cache:
    networks:
      default:
      traefik:
        external: true
      jellyfin:
        external: true
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Transcoding FFmpeg error 218 - by Kiwa - 2024-11-07, 02:40 PM
    RE: Transcoding FFmpeg error 218 - by TheDreadPirate - 2024-11-07, 02:47 PM
    RE: Transcoding FFmpeg error 218 - by Kiwa - 2024-11-07, 03:09 PM
    RE: Transcoding FFmpeg error 218 - by Fate - 2024-11-07, 02:53 PM
    RE: Transcoding FFmpeg error 218 - by TheDreadPirate - 2024-11-07, 03:08 PM
    RE: Transcoding FFmpeg error 218 - by TheDreadPirate - 2024-11-07, 03:21 PM
    RE: Transcoding FFmpeg error 218 - by Kiwa - 2024-11-07, 08:38 PM
    RE: Transcoding FFmpeg error 218 - by TheDreadPirate - 2024-11-07, 08:57 PM
    RE: Transcoding FFmpeg error 218 - by Kiwa - 2024-11-07, 09:12 PM
    RE: Transcoding FFmpeg error 218 - by TheDreadPirate - 2024-11-07, 09:16 PM
    RE: Transcoding FFmpeg error 218 - by Kiwa - 2024-11-07, 09:34 PM
    RE: Transcoding FFmpeg error 218 - by TheDreadPirate - 2024-11-07, 09:39 PM
    RE: Transcoding FFmpeg error 218 - by Kiwa - 2024-11-07, 09:48 PM
    RE: Transcoding FFmpeg error 218 - by TheDreadPirate - 2024-11-07, 09:52 PM
    RE: Transcoding FFmpeg error 218 - by Kiwa - 2024-11-07, 10:37 PM
    RE: Transcoding FFmpeg error 218 - by aazam476 - 2024-11-11, 06:00 AM
    RE: Transcoding FFmpeg error 218 - by TheDreadPirate - 2024-11-11, 12:38 PM
    RE: Transcoding FFmpeg error 218 - by aazam476 - 2024-11-11, 09:40 PM
    RE: Transcoding FFmpeg error 218 - by TheDreadPirate - 2024-11-11, 10:08 PM
    RE: Transcoding FFmpeg error 218 - by aazam476 - 2024-11-11, 10:27 PM
    RE: Transcoding FFmpeg error 218 - by TheDreadPirate - 2024-11-12, 01:53 PM
    RE: Transcoding FFmpeg error 218 - by aazam476 - 2024-11-12, 07:47 PM
    RE: Transcoding FFmpeg error 218 - by TheDreadPirate - 2024-11-12, 08:03 PM
    RE: Transcoding FFmpeg error 218 - by aazam476 - 2024-11-12, 08:35 PM
    RE: Transcoding FFmpeg error 218 - by Kiwa - 2024-11-21, 07:45 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