How to write the recorded call from android application to java server using streams in android sources. Any one can help me thanks in advance.
Asked
Active
Viewed 73 times
0
-
You can start maybe with "MediaPlayer" or http://stackoverflow.com/questions/15349987/stream-live-android-audio-to-server – Mertuarez Jan 25 '17 at 10:01
-
Ok, am using media player only but how can i pass the data(in the sense which type) from the mobile to server. – Thirumal Govindaraj Jan 25 '17 at 10:11
-
Have you tried to use this powerful search engine google? – parohy Jan 25 '17 at 10:13
-
And one more thing #Mertuarez, without storing the recorded voice has a file in mobile.directly storing in server. Thanks. – Thirumal Govindaraj Jan 25 '17 at 10:24
-
I think you should just make a stream(casual TCP) and broadcast that file as it is. I see no reason to use some specific audio stream from your description. – Mertuarez Jan 25 '17 at 11:15
-
Oh!!.. okay thanks #Mertuarez – Thirumal Govindaraj Jan 26 '17 at 08:51
-
Okay guys, Thank you so much for ur references !!.. finally i got an answer based on replies given by #Mertuarez. – Thirumal Govindaraj Jan 27 '17 at 07:19