Radio App Problem

Here's a picture.Here's a picture of the blocks, how I was arranged in some order, when the exit to my father shows me that message
closing forms is not currently supported during developed



The above links and the radio you provided is provided the links based on video player,

Means the above Otvoreni links are only working fine in video player which is based by google (Exo Player)

Android Tutorial - Create Radio Streaming App with MIT App Inventor 2 - Part 1 (youtube.com)

Here's how it used to work with this player on Youtube tutorial

I already told you about this:

1 Like

I have got the answer for your query about how to play radio in the app from the URL,

  1. First of all you need to get the original stream URL for any of the Radio you want to play like below :

Go to the website of the radio you want the original stream link then inspect and then watch this video to get more clear.

  1. After the strem link got, enter that link in the HTML Format below :
<!DOCTYPE html>
<html>
<body>

<audio controls>
  <source src="HERE_ORIGINAL_STREAM_URL" type="audio/mp3">
  

</audio>

</body>
</html>

  1. After that install Aia file below to get more cleared about it.
    Player.aia (77.5 KB)

  2. See blocks also.

This takes me too much time to do it I hope your issue got resolved after this small guide by me, you can also you can hide the Webviewer.

Vknow360's CustomWebViewer Extension Used.

Phone screenshot of working of the player,

1 Like