Skip to content

Failed to parse configuration file top level key 'rffmpeg'. #97

Description

@djoey1305

I am trying top setup a rffmpeg between my jellyfin (docker container on a ubuntu server) and my nas (windows server) because of a more powerfull gpu. I completed the full setup including ssh, but i get an error when trying it.

This is the error:
Failed to parse configuration file top level key 'rffmpeg'.

This is my rffmpeg.yml:

logging:
debug: true
log_path: "/config/rffmpeg.log"

hosts:
mynas:
host: "192.168.2.200"
user: "admin"
key: "/config/.ssh/id_rsa"
log_path: "/config/rffmpeg.log"
mappings:
- remote_path: "E:/films"
local_path: "/media"
- remote_path: "E:/transcodes"
local_path: "/transcodes"

fallback_ffmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg"

profiles:
default:
video: "-c:v h264_nvenc -preset fast -b:v 4M"
audio: "-c:a aac -b:a 192k"

Can someone please help me with this config file, because i have no idea what is wrong with it. Any help is appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions