What is the right plugin or the right way to implement media streaming in ionic 4

I am working on ionic 4 project that I want to integrate media streaming and I am wondering which plugin is recommended or how can I implement the same.

Are you talking about audio or video? Are the sources local (in your assets/ folder, e.g.) or will you be playing data that is being streamed over the network?

there is any specific case alone. the audio/video can be streamed from third party or uploaded to the server @VictorNorman