Any idea how do I implement live audio streaming from Android 2.x 7 Android 4.x devices to a backend.
Can I use an app like the VLC player to be the backend? How do I establish a connection from the device to the backend and start the audio streaming?
MediaPlayer mp = new MediaPlayer();
mp.setDataSource(context,Uri.parse("your url"));
mp.prepare();
mp.start();'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With