Michael Burton

Results 6 comments of Michael Burton

Just bumping the version in the makefile isn't enough. You also need to update `distinfo` with the sha256 and size of the new version, like this: ``` SHA256 (jellyfin-combined_10.8.13_freebsd-amd64.tar.gz) =...

Have a look at https://github.com/kern2011/Freenas-Quicksync. The instructions are for Plex on FreeNAS 11.3, but the driver loading and devfs ruleset creation should be the same. You will probably also need...

The instructions assume an Intel GPU. I don't have an AMD GPU to test with, and have no idea if it's possible at all.

It won't be DXVA because that's Windows-specific. You'll probably have to install the `libva-vdpau-driver` package inside your jail and use the libva acceleration option in your Jellyfin settings. Again, I...

You can do the same thing as that Python script using the shell: ```sh #!/bin/sh ffmpeg -hwaccel vaapi "$@" ``` Unfortunately my Ivy Bridge CPU is too old for `libva-intel-media-driver`,...

> * Then... plug a monitor in the HDMI. Looks like that made the difference for me, and I'll be adding a dummy HDMI plug to my shopping list. Thanks....