Ngx Videogular IONIC 6 Video player issue, Video freezes sound continues playing

I have been plagued by a nasty issue using NGX videogular + Ionic 6 (Angular) on my Android app for more than 2 months now.

In the APP on the device, something really weird happens.

The video plays properly for a few seconds.

After sometime, the video frame freezes completely. The video playing may/not resume. All this while, the audio is playing smoothly. I, initially, was under the impression that the Video was buffering hence the frozen frames. But that cant be so since the audio is streaming smoothly. BY THE WAY, THIS HAPPENS ON A GIGABIT WIFI CONNECTION AS WELL AS 4G NETWORK

However, when the video is playing, if you scroll the page, the video frames play as long as the scroll continues. The moment that we stop the scroll, the video freezes again. All this while, the audio is playing smoothly.

Click to view video

  1. We reviewed the installed plugins
es6-promise-plugin
cordova-plugin-music-controls2
cordova-plugin-file-transfer
cordova-plugin-device
cordova-plugin-media
cordova-plugin-background-mode
cordova-plugin-ionic-webview
cordova-plugin-x-socialsharing
cordova-plugin-ionic-keyboard
cordova-plugin-appminimize
cordova-plugin-whitelist
cordova-plugin-statusbar
cordova-plugin-inappbrowser
cordova-plugin-androidx-adapter
cordova-plugin-androidx
cordova-plugin-splashscreen
cordova-plugin-firebasex
cordova-plugin-advanced-http
ionic-plugin-deeplinks
cordova-plugin-screen-orientation
cordova-plugin-filepath
cordova-clipboard
cordova-plugin-app-version
cordova-plugin-network-information
cordova-plugin-file
  1. Cordova Info output
Cordova Packages:

        cli: 10.0.0
        common: 4.0.2
        create: 3.0.0
        lib: 10.0.0
            common: 4.0.2
            fetch: 3.0.1
            serve: 4.0.0

Project Installed Platforms:

    android: 11.0.0

Project Installed Plugins:

    com.razorpay.cordova: 0.16.1
    cordova-clipboard: 1.3.0
    cordova-plugin-advanced-http: 3.3.1
    cordova-plugin-androidx-adapter: 1.1.3
    cordova-plugin-androidx: 3.0.0
    cordova-plugin-app-version: 0.1.14
    cordova-plugin-appminimize: 1.0.1
    cordova-plugin-background-mode: 0.7.3
    cordova-plugin-device: 2.0.2
    cordova-plugin-file-transfer: 1.7.1
    cordova-plugin-file: 6.0.2
    cordova-plugin-filepath: 1.6.0
    cordova-plugin-firebasex: 16.0.0
    cordova-plugin-inappbrowser: 5.0.0
    cordova-plugin-ionic-keyboard: 2.2.0
    cordova-plugin-ionic-webview: 5.0.0
    cordova-plugin-media: 5.0.4
    cordova-plugin-music-controls2: 3.0.7
    cordova-plugin-network-information: 3.0.0
    cordova-plugin-screen-orientation: 3.0.2
    cordova-plugin-splashscreen: 5.0.2
    cordova-plugin-statusbar: 2.4.2
    cordova-plugin-whitelist: 1.3.5
    cordova-plugin-x-socialsharing: 6.0.4
    es6-promise-plugin: 4.2.2
    ionic-plugin-deeplinks: 1.0.22

Environment:

    OS: Ubuntu 22.04.1 LTS (linux 5.15.0-56-generic) x64
    Node: v16.15.1
    npm: 8.11.0

Please help me.