How to make an audio stream with ionic?

5

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.

    
asked by anonymous 03.11.2015 / 20:20

1 answer

0

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

    
04.12.2015 / 19:22