londe

New Member
hello, sorry for my English.
Here is my problem your demo does not work in H264 when hardware acceleration is enabled.
No problem when this is disabled.
Do you have a solution to this problem? because I can't see asking my visitors to disable hardware acceleration to broadcast their webcams.
Currently I use another webrtc program and no problem with hardware acceleration

I am on The Windows 10 with latest chrome version.
Do you have a solution to this problem.

Thank you so much.
 

Attachments

Max

Administrator
Staff member
Good day.
hello, sorry for my English.
Don't worry, it's good enough to explain.
Here is my problem your demo does not work in H264 when hardware acceleration is enabled.
No problem when this is disabled.
Do you have a solution to this problem? because I can't see asking my visitors to disable hardware acceleration to broadcast their webcams.
We cannot reproduce the problem in Media Devices example on demo server:
1635297024854.png

Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz 1.80 GHz, GPU Intel UHD 620, Windows 10 Pro, Chrome 95.0.4638.54, hardware acceleration is enabled.
Please clarify what hardware do you use for test.
Currently I use another webrtc program and no problem with hardware acceleration
This is Chrome browser problem. Please check Chrome task manager (press Shift+Esc) for GPU process load. If this is 100%, the problem is old enough, and disabling hardware acceleration is the only solution supposed by Chrome developers, please see discussions:
https://support.google.com/chrome/thread/2027254/gpu-process-high-ram-and-cpu-usage?hl=en
https://bugs.chromium.org/p/chromium/issues/detail?id=518209
As workaround, you can publish VP8 instead of H264
1635297605664.png

1635297658899.png

Or use Firefox browser to publish H264
 
Top