harmonwood / capacitor-video-player

Capacitor Video Player Plugin
MIT License
112 stars 46 forks source link

[Bug]: HLS videos keep muting #166

Closed eduardoRoth closed 1 month ago

eduardoRoth commented 2 months ago

Introduced in https://github.com/harmonwood/capacitor-video-player/pull/163 , the Hls.Events.FRAG_PARSED event was being fired multiple times through the running video, so it was calling mute frequently.