Arcus92 / instagram-video-control

Adds video playback controls to Instagram.
MIT License
22 stars 1 forks source link

Temporary fix for muted Reels #34

Closed Arcus92 closed 5 months ago

Arcus92 commented 5 months ago

Increase Reels anti-mute delay. Instagram will use a React dispatch routine to apply properties. The mute state is changed later than the play event, but only by a few milliseconds. 10ms was not enough for all cases and lead to muted videos while scrolling. This is just a temporary fix.