jayden
unread,Oct 2, 2022, 8:35:19 PM10/2/22Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium-dev
Hello everyone, I want to locate a webrtc video frame loss problem through chromium. Both receiving and decoding have 60 frames, but the rendering is only a little more than 50. I want to add some debugging logs through the HTMLVideoElement in the chromium source code, and I have tried a lot method, I can't see the log of the blink module in the log file chrome_debug.log of chromium, the command line parameter I use to start chrome is: "chrome.exe --enable-logging --vmodule=*/webrtc/*=4 - -vmodule=*/media/*=4 --vmodule=*/blink/*=4", does anyone know? thanks!