desktop-streaming icon indicating copy to clipboard operation
desktop-streaming copied to clipboard

No encode capable devices were detected

Open teo-ldsm opened this issue 4 months ago • 0 comments

Hi, I get this error when I hit play on the web page :

Serving from http://0.0.0.0:9090
[2025-09-24T21:21:00Z ERROR server_windows::nvidia::builder] No encode capable devices were detected.

thread 'tokio-runtime-worker' panicked at server-windows\src\nvidia\builder.rs:177:17:
Error while creating the encoder: No encode capable devices were detected.
stack backtrace:
   0: std::panicking::begin_panic_handler
             at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library\std\src\panicking.rs:697
   1: core::panicking::panic_fmt
             at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library\core\src\panicking.rs:75
   2: __ImageBase
   3: core::ptr::drop_in_place<std::io::error::Custom>
   4: core::core_arch::x86::xsave::_xgetbv
   5: core::core_arch::x86::xsave::_xgetbv
   6: core::core_arch::x86::xsave::_xgetbv
   7: core::core_arch::x86::xsave::_xgetbv
   8: alloc::boxed::impl$28::call_once
             at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library\alloc\src\boxed.rs:1971
   9: alloc::boxed::impl$28::call_once
             at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library\alloc\src\boxed.rs:1971
  10: std::sys::pal::windows::thread::impl$0::new::thread_start
             at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library\std\src\sys\pal\windows\thread.rs:60
  11: BaseThreadInitThunk
  12: RtlUserThreadStart
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

I'm on Windows 11, I have an NVIDIA GeForce RTX 4060 Laptop with the latest drivers intalled.

I have tried both old and dev branches and i got the same result on both.

I don't know if this project is still ongoing but I would be happy if someone has a solution.

Thank you 👍

teo-ldsm avatar Sep 24 '25 21:09 teo-ldsm