2023-08-16, 08:16 PM
(This post was last modified: 2023-08-16, 08:17 PM by Venson. Edited 1 time in total.)
Hey @Felix_Teil
What encoder is used is determined by whenever you enabled hardware acceleration or not. If you do not enable HWA jellyfin will use the software encoder for the requested codec (in your case x264) which is libx264. If you would to enable hardware acceleration for nvidia, it would use h264_nvenc. However i am certain Rockchip is not in the list of supported hardware accelerated devices and would needed to be added in code to be supported which would bring a lot of other issues to be solved with them.
What encoder is used is determined by whenever you enabled hardware acceleration or not. If you do not enable HWA jellyfin will use the software encoder for the requested codec (in your case x264) which is libx264. If you would to enable hardware acceleration for nvidia, it would use h264_nvenc. However i am certain Rockchip is not in the list of supported hardware accelerated devices and would needed to be added in code to be supported which would bring a lot of other issues to be solved with them.