Hi,
I have managed to get H264 hardware accelerated decoding working for HLS and MP4 type videos and as such can see in chrome://media-internals, the decoder being used is MojoVideoDecoder (system is Linux(debian) with Nvidia Drivers and Vaapi (or Vdpau?) Patch).
But when I tried to use WebRTC inbound streams with H264 codec, after searching for a while found the info of decoder in chrome://webrtc-internals and there it only shows using FFmpegVideoDecoder, which as I have found is software decoder.
I would really like to be able to force webrtc decoding to utililize the hardware accelerated decoding on Linux running Nvidia card and so in that respect, what are my options currently?
I would really appreciate any input on this. Happy to followup with more details if required. This hardware accelerated decoding needs to happen on a server running chrome (or chromium) and as such even all experimental options and building from source (provided i get a little guiding hand :) ) are also welcome!
Best,
Gagandeep Singh