You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Currently, Kooha uses the old VA-API for hardware-accelerated encoding. However, those are deprecated and replaced by the new VA. Kooha should use that instead.
To Reproduce
Steps to reproduce the behavior:
N/A
Expected behavior
Kooha should use the new VA encoders for hardware-accelerated encoding
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
If applicable, please attach the logs from running Kooha in the
terminal with the following environment variables: RUST_BACKTRACE=1 RUST_LOG=kooha=debug GST_DEBUG=3 PIPEWIRE_DEBUG=3
(e.g., RUST_BACKTRACE=1 RUST_LOG=kooha=debug GST_DEBUG=3 PIPEWIRE_DEBUG=3 flatpak run io.github.seadve.Kooha).
The text was updated successfully, but these errors were encountered:
System Info
io.github.seadve.Kooha 2.2.3
Flatpak: true
Experimental: false
Distribution: GNOME 43 (Flatpak runtime)
Desktop Session: gnome
Display Server: wayland
GTK 4.8.3
Libadwaita 1.2.4
GStreamer 1.20.5
Pipewire 0.3.66
Describe the bug
Currently, Kooha uses the old VA-API for hardware-accelerated encoding. However, those are deprecated and replaced by the new VA. Kooha should use that instead.
To Reproduce
Steps to reproduce the behavior:
N/A
Expected behavior
Kooha should use the new VA encoders for hardware-accelerated encoding
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
If applicable, please attach the logs from running Kooha in the
terminal with the following environment variables:
RUST_BACKTRACE=1 RUST_LOG=kooha=debug GST_DEBUG=3 PIPEWIRE_DEBUG=3
(e.g.,
RUST_BACKTRACE=1 RUST_LOG=kooha=debug GST_DEBUG=3 PIPEWIRE_DEBUG=3 flatpak run io.github.seadve.Kooha
).The text was updated successfully, but these errors were encountered: