Help on radio station app

rite why isn't this working please help
when i put the loop.ogg in source in designer mode the app plays
but i've put the URL in the blocks of our radio station and now it won't play
"YES" i have tried and tried and tried even my misses has tried and she can't get it to work
now that's saying something!!

if you put the URL in your PC browser, does the site play? What is the url in text (not an image)?

yes the station url plays in browser, to which are you referring to........What is the url in text (not an image)?

What is the url ? http???????????????? Your posted image that shows the url is not legible.

stream

also it's worked before when i uploaded the app to playstore

Your link http://boogie.vside-radio.com:8406/stream plays fine in

:slight_smile: but I don't know why not in your posted code. Sorry.

here's the aia could you possible have a look please
playPause2.aia (626.7 KB)

playPause2Testing.aia (627.5 KB)

Perhaps you can do something with this?

ok i'v had my misses test this but still nothing
she's trying it with only the one play pause button


i really hate asking for help but when our App don't work i have to lol

You app works for me using Button1 and Button2. The app plays well using the aia I posted. You have to wait a few seconds after pressing Play for the stream to initialize. Is your Android's volume control turned up?

Your radio stream cannot use the Player.Pause Block. To stop the stream you have to set the Source to an empty text Block.

but how's the stream meant to play when i can't have the stream in BtnPlay box?

You can if you do not use Anke's MyFonts extension. The code works fine using ordinary Buttons.
There is either an issue with how you use MyFonts or the extension does not work how you think it does.

Instead of MyFonts to place a symbol in the Label you might use Material Design icons.

You should have the Player.Source set beforehand as it may take a few seconds to buffer depending on the size of the streamed file and/or its audio format.

This example using material design jpg images works.
PlayerStream.aia (4.9 KB)

Remember, after touching the Play icon your stream will take a few seconds to load.
play_circle_FILL0_wght400_GRAD0_opsz48 (1)

It is not possible to Pause the stream, you have to set the Source to an empty text block.
stop_circle_FILL0_wght400_GRAD0_opsz48
and stop the stream where it is at. :astonished:

as seen here

http://boogie.vside-radio.com:8406/stream or as you wrongly typed the url as http://boogie.vside-radio.com:8406/tream without the s in stream. :cry:

yea typo error lol

tried on my phone but app keeps crashing i'v got version 2.66
is there an update for mit app2

Is this with your Blocks or my posted example?

Do not run my example using Companion; build the apk and install on your phone for better performance. The apk is more stable than the Companion live development.