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.
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.