Otavio Augusto Gomes

Results 21 comments of Otavio Augusto Gomes

https://github.com/churchers/vm-bhyve/wiki/Guest-example:-Alpine-Linux

Hi @Thefrank When attempting to use the default FFmpeg (6.0) on FreeBSD, an error occurs ![image](https://github.com/Thefrank/jellyfin-server-freebsd/assets/10669626/b81f306e-9c5c-4c09-a5e3-da742342b78a) The log displays the following command invocations: ``` ffmpeg -analyzeduration 200M -i file:"/mnt/downloads/Noah (2014)...

It appears that the following configuration is not being passed to FFmpeg. I am unsure how the device node path is handled by Jellyfin. ![image](https://github.com/Thefrank/jellyfin-server-freebsd/assets/10669626/9d0d6f19-e912-4624-8772-de700d2de55d)

> @gmsotavio `hwupload=derive_device=vaapi`. that line should be handling it but it does not appear to be but it also should do `-init_hw_device` at some point too. You can try changing...

> One final thing to try: `pkg remove libva-intel-media-driver` `pkg install libva-intel-driver` For that test, I encountered the following error message: ``` root@jellyfin:~ # vainfo Trying display: wayland error: XDG_RUNTIME_DIR...

I believe there might be an issue with FFmpeg. Jellyfin provides a package called `ffmpeg-jellyfin`, and I'm not sure how much it differs from the vanilla FFmpeg, but I'll need...

@Thefrank, I conducted some additional tests tonight. I attempted to isolate Jellyfin from FFmpeg. I took one of the movie files I was trying to play and manually performed an...

@Thefrank I managed to make it work (manually). I'm almost there. Params that Jellyfin passes to **lffmpeg**: ` -analyzeduration 200M -i "file:/mnt/downloads/Noah (2014) [2160p] [4K] [WEB] [5.1] [YTS.MX]/Noah.2014.2160p.4K.WEB.x265.10bit.AAC5.1-[YTS.MX].mkv" -map_metadata -1...

Hello @johndodigie, I am still investigating the cause of the problem. Here are some clarifications: - Yes, hardware transcoding using the GPU integrated into the processor (Intel UHD 630) works...

@Thefrank Thank you for sharing. I'll test your modifications and promptly share the results with you. I appreciate the efforts you've put into assisting us with this.