How can I live stream the audio (RTP) of a phone's mic?
I want to serve my stream on my own IP. Like: rtp://my_sream_ip:8080
(by acting as a server).
Actually, I think the possible way is to:
First: Create a server and On click of a button, stream mic's audio to the created server.
Secondly:Then the audio that is being streamed on a url(e.g.: rtp://127.0.0.1:8080) should be streamed in such a way that another APP can live stream audio from that.(receive/play that stream)
I am very sorry for asking such a long question, but I am very much tired for 2 weeks searching everywhere.
Anyone who can provide any code samples/links will be thanked very much!