Zexi Li

Results 204 comments of Zexi Li

@Misswjy 哪里显示的业务口,请截图发上来看下

https://github.com/yunionio/cloudpods/blob/master/pkg/mcclient/README.md @opcache 这里有

@ABeltramo Thanks for your response. I followed your guidance to perform troubleshooting, but the issue persists. ### 1. The Gstreamer log level with the env variable GST_DEBUG=5: [debug.log](https://github.com/user-attachments/files/21485429/debug.log) ### 2....

> [@zexi](https://github.com/zexi) Make sure your host system drivers are not "server" drivers, they don't come with encoding/decoding features for some reason. I.E. some Debian/Ubuntu systems default to `nvidia-driver-xxx-server` which will...

@ABeltramo I installed the latest [570.172.08](https://www.nvidia.com/en-us/drivers/details/249194/) nvidia driver, but the same issue and error persist. However, I discovered a solution: by mapping all `/dev/nvidia*` devices into the container via the...

> [@zexi](https://github.com/zexi) zero-copy requires that both rendering and encoding are done on same GPU, so if you try set different GPU for `WOLF_RENDER_NODE` than what is used for encoding, it...

> * add devices = [ '/dev/nvidia0:/dev/nvidia0:mrw', '/dev/nvidia1:/dev/nvidia1:mrw', '/dev/nvidia2:/dev/nvidia2:mrw', '/dev/nvidia3:/dev/nvidia3:mrw' ] to the config.toml @Gylfkxjyjdll Thank you for sharing the solution. I think the most critical step is passing all...

> [@zexi](https://github.com/zexi) It's one thing to pass the nvidia devices to the Wolf container and another one to actually share them with the running app containers (Steam, Firefox, ...). Have...

@DatCaptainHorse @ABeltramo After forking the [gst-wayland-display](https://github.com/games-on-whales/gst-wayland-display) and adding some debugging code (link: https://github.com/zexi/gst-wayland-display/blob/test-stable/wayland-display-core/src/utils/device/gpu.rs#L48-L74), I noticed that the `enumerate_gpu_devices` function retrieves drm_path values like `/dev/dri/card%d` in my NVIDIA GPU environment. These...

@ABeltramo For reference only, I guess the problem with the additional `/dev/nvidia*` devices is related to the issue: https://github.com/NVIDIA/nvidia-container-toolkit/issues/1249, which forces the requirement to pass all GPUs for Gstreamer to...