使用 electron 打包的 pc 應用,用於直播軟件推流的 OBS 捕獲窗體黑屏
現象:唯獨chrome瀏覽器 edge 瀏覽器等,其它窗體都正常。
猜測:是由 chromium 內核引起的
修改測試:
1、chrome 設置->搜索 硬件加速 關閉 chrome 硬件加速功能
2、electron: 代碼關閉硬件加速
import { app } from 'electron'
app.disableHardwareAcceleration()
結果: 均可正常捕獲