Reputation: 1962
I'm developing an app for a radio station using Turbo from a website also using Turbo but I'm experiencing a problem with background audio streaming. When the screen is turned off or the user uses other apps, the audio eventually stops playing.
Is there a way to keep it playing?
Upvotes: 0
Views: 38
Reputation: 1
For Android you should look into like a background service: https://developer.android.com/media/media3/session/background-playback
Upvotes: 0