I'm using Delphi 10.4.1 for developing android mobile application. I'm trying to use the media file name from the cloud file (http://publicipaddress:8000/playfile.mp3). And this files is playing properly in web browser. And When I tried the following code, I have received the excetion java.io.ioexception: Prepare failed status.
MediaPlayer1.FileName := 'http://publicipaddress:8000/playfile.mp3';
MediaPlayer1.Play;
Please help to resolve this issue. And I found few solution related to JAVA but don't know how to implement in Delphi. Thanks in advance