But I did not see any 'extra' block within the extension that allows the option to make the Screen off...
I need to understand better how it works...
I don't know how a Partial_Wake_Lock works...
In fact, I've been looking for a way to turn off the Screen to save battery... and I could almost get it! But I found limitations that soon I will open a topic to see if I find any help...
Hello friend, I told you that I carried out the tests and it presented the same behavior. After a few minutes, the application lets you emit audio but it does not close.
Hello, again I want to tell you that when I upload a URL of Zeno Radio to your extension, it has an unexpected effect, but when the application is installed on the cell phone, I leave you the URL of Zeno Radio so that you can detail it yourself.
It's an implementation that is started by calling the play and stop blocks. I'm looking at that too, I thought I had it already, but I'll have to look into it further. @Lito
I've been doing some tests and it still behaves the same. I also noticed that it has errors with the transmissions, apparently it's not compatible. I'm checking that.
I was testing, creating code, but the device always stopped the music, so I decided to try the itoo extension and it works well, here I will leave an example:
I thought the question was whether the audio stream/music stops because Doze mode shuts down the CPU, internet, etc. So does the music continue to play on your test device after 7-10 minutes or longer? On my test devices the music plays until the battery gives up.
No, how long it takes for an audio stream to load/buffer depends not only on the speed of the internet, but also on the player used. Whether the stream breaks off after a while on Android 6+ devices has nothing to do with the internet speed, but rather with the correct implementation of a foreground service.
Is your extension up to date? I have made an app with it and when I try to install the apk file it shows „there was a problem with parsing“ and as I looked up, the problem for this error was often an outdated extension…my phone is currently running on the latest version of Android 12. Thx!
Hi,
I'm using this extension to play audiostream from Internet. All is working well except the stop function. After using "call JoeDevPlayer1.Stop", the player is still playing the source on Android 14.