Ionic 4 streamingmedia plugin not compatible with android 9

Streaming media plugin working with android 6, 7 and 8 but same app video is not working in android 9 . can some one like to help me . Thanks in advance

Ionic forum expects you to try to solve your own problem first, as your attempts help us to better understand what you want. Please edit the question to show what you’ve tried, so as to illustrate a specific roadblock you’re running into in a minimal reproducible example.

i am trying to play some video for that i am using ionic 4 strimingmedia plugin
let options: StreamingVideoOptions = {
successCallback: () => {
this.loadingController.dismiss();
},
errorCallback: (e) => {
this.loadingController.dismiss();
},
orientation: ‘portrait’,
shouldAutoClose: true,
controls: true
};

this.streamingMedia.playVideo(url, options);

actually i was tried to use videoPlayer plugin also but after click play button and stated that video it will take time in between that no buffering or any thing so user is confuse video is working or not

There is another solution out of StreamingMedia Plugin to streaming video and audio on Android 9 and iOs ?