Skip to content

Commit

Permalink
[core] send video back
Browse files Browse the repository at this point in the history
fix #629
  • Loading branch information
devlikepro committed Nov 7, 2024
1 parent eb218da commit 048c5dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/core/abc/session.abc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,9 @@ export abstract class WhatsappSession {
'--disable-accelerated-2d-canvas',
'--disable-application-cache',
'--disable-background-networking',
'--disable-software-rasterizer',
// DO NOT disable software rasterizer, it will break the video
// https://github.com/devlikeapro/waha/issues/629
// '--disable-software-rasterizer',
'--disable-cache',
'--disable-client-side-phishing-detection',
'--disable-component-update',
Expand Down

0 comments on commit 048c5dc

Please sign in to comment.