Erick Filho
Erick Filho

Reputation: 1962

Play Background Audio using Turbo Native Android

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

Answers (1)

Kwan Lim
Kwan Lim

Reputation: 1

For Android you should look into like a background service: https://developer.android.com/media/media3/session/background-playback

Upvotes: 0

Related Questions