I need to stream audio with ionic, I already installed several plugins but the streaming does not work, using http protocol and rtsp. I've also tried putting a Javascript function inside the app's index but none of the streaming works.
I need to stream audio with ionic, I already installed several plugins but the streaming does not work, using http protocol and rtsp. I've also tried putting a Javascript function inside the app's index but none of the streaming works.
I recommend using the BinaryJS library. It is very good to be used in angular since it supports bidirectional streaming.
Using it is extremely simple, see if it satisfies your need: link