6
I need to stream audio with Ionic, I’ve installed several plugins but streaming does not work, using http and rtsp protocol. I also tried to put a Javascript function inside the index of the app but nothing streaming work.
6
I need to stream audio with Ionic, I’ve installed several plugins but streaming does not work, using http and rtsp protocol. I also tried to put a Javascript function inside the index of the app but nothing streaming work.
1
I recommend using the Binaryjs library. It is very good to use in angular since it supports bi-directional streaming.
Use it is extremely simple, see if it satisfies your need: http://binaryjs.com/
Browser other questions tagged javascript html5 angularjs ionic
You are not signed in. Login or sign up in order to post.
Have you tried: http://www.joshmorony.com/spotify-player-ionic/
– DiegoAugusto