Mitchell Pleune

Results 53 comments of Mitchell Pleune

Thank you, you have given my enough information to discover the `hardware.opengl.setLdLibraryPath = true;` option, which makes the Nvidia driver work. Perhaps it would be best to set this as...

Alright, for a minimal configuration.nix only snippet, I have the following: ``` hardware.opengl = { enable = true; driSupport = true; setLdLibraryPath = true; extraPackages = with pkgs; [ mesa.drivers...

@Parsifa1 Replace with ``` environment.sessionVariables.LD_LIBRARY_PATH = [ "/run/opengl-driver/lib" ]; ``` @SuperSandro2000, what do you think about adding this to the repo by default, particularly since this easier option is removed...

> Maybe something like `nixGL` would be useful I have actually tried this and it does not really change anything. As to Sandro's comments, Everything other than "/run/opengl-driver/lib" is for...

> @SuperSandro2000 you said: > > > It is not searching for d3d12 in the right location. > > I'm having the same ENOENT errors in strace when I launch...

> > Depending on the implementation of server-side lfs. On gitlab for example, files are pushed only once. When LFS server receive a new file, it checks if it already...

The vrpn package does actually compile fine, but the FindVRPN.cmake file it installs does not work with very recent versions of cmake, preventing dependent packages from building. This is because...

Attached are full logs [FFmpeg.Transcode-2024-04-23_02-09-24_native_b23ebc9442ec90ed5f591ef1683972b1_64bb1957fe77d7f1854670bc596a95ec_cf6a28a4.log](https://github.com/jellyfin/jellyfin/files/15072529/FFmpeg.Transcode-2024-04-23_02-09-24_native_b23ebc9442ec90ed5f591ef1683972b1_64bb1957fe77d7f1854670bc596a95ec_cf6a28a4.log) [log_20240423.log](https://github.com/jellyfin/jellyfin/files/15072530/log_20240423.log)

I have recently updated to 10.9.10, and this problem still happens. Although the screen now will usually just freeze instead of go to a black screen now, the transcode logs...

Is there any reason we could not just enable the dropping of corrupt packets for live tv here? It's the only place I see the `+discardcorrupt` ffmpeg flag set, but...