Im using this code on the android 8 and below but on Android version 9+ its not working.
MediaPlayer player3;
player3 = new MediaPlayer();
player
After Android 9 (API level 28), cleartext support is disabled by default.
Check https://koz.io/android-m-and-the-war-on-cleartext-traffic/
Create file network_security_config.xml
Your video URL(ex: 127.0.0.1)
AndroidManifest.xml -
...
Android:usesCleartextTraffic Doc
AndroidManifest.xml -
...