h264_vaapi and h264_qsv profiles are implemented (backend/app/streaming/encoder_profiles.py) and auto-detected via encode probes (encoder_detect.py), but have never been validated on real Intel/AMD GPU hardware — only the fallback to libx264 is guaranteed.
Help wanted: run the container with --device /dev/dri on an Intel/AMD machine and report which encoder the startup log picks, whether the stream works, and the measured jitter buffer (RTCPeerConnection.getStats() — see the Performance Metrics section of the README).
h264_vaapiandh264_qsvprofiles are implemented (backend/app/streaming/encoder_profiles.py) and auto-detected via encode probes (encoder_detect.py), but have never been validated on real Intel/AMD GPU hardware — only the fallback tolibx264is guaranteed.Help wanted: run the container with
--device /dev/drion an Intel/AMD machine and report which encoder the startup log picks, whether the stream works, and the measured jitter buffer (RTCPeerConnection.getStats()— see the Performance Metrics section of the README).