Hi Guys, I am developing a mobile app with Ionic, phonegap,cordova, making a CRUD application isn't difficult but live audio stream seems like a nightmare. I have searched for tools and found Icecast and Liquidsoap.
The Problem: I want to develop a system that allow users to make audion recording and also live streams. While a user is live, other users can tap to connect to the user and listen to what he or she is saying at the moment, and if possible make comment while user can review comment(still live).
But the main issue is getting the right tools and setting up the environment for the app. I already have UI is place, I just need to add functionalities to button and make things work.
I have not done anything serious on Live Streams or Radios. A newbie to em.
Thanks in Advance
Does this apply to my online radio site? Here is my website: radiofmluisteren
Christian Wattengård
c# js node <insert new cool thing here>
Is this something you maybe could use WebRTC for?
Making an audio-recording is probably simpler, use the Web Audio API to record and then push the file to a cloud service. Making comments is just annotating text to timestamps in the audio. Soundcloud does this in a good way.
For a truly bleeding edge solution you could use the Web Audio API, record to a buffer, and then distribute the audio using WebTorrent :)