Play Live RTSP in Ionic

Hello community,

Any idea how to play an RTSP stream in ionic? I need the rtsp player to be embdeed inside the mobile app and not redirect me to the native player, thus having the player inside my User Interface (more like a video player playing rtsp inside the app)

Do you know of any plugins that can provide that for ios/android?

Thanks

Hey ocx,

So there are some cordova plugins on github that you could use. Most of them I haven’t been able to get working but I have found a few that have worked great for me.

Could you please share those which worked for you?

This is the one Ive found that works but its only a sample. You are going to have to download the Video SDK he uses and build your own with your personal Information. https://github.com/recaisinekli/rtspPlayer

Thank you so much. Let me check!