Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

on iOS lock screen, I can't play the audio #205

Open
akio46 opened this issue Aug 12, 2018 · 0 comments
Open

on iOS lock screen, I can't play the audio #205

akio46 opened this issue Aug 12, 2018 · 0 comments

Comments

@akio46
Copy link

akio46 commented Aug 12, 2018

first audio is started to be played, few mins later, lock screen appears.

after first audio is finished, the second audio isn't played.

        const selectedTrack = this.audioProvider.tracks[index].id;
        this.audioProvider.play(selectedTrack);

index is just 1 because it's second track.

this is the log for first track.

Loading track https://d1as0hz72d196v.cloudfront.net/production/audio/1._ESS_5_day_Meditation_Reinvented_NEW_FINAL.mp3 2018-08-12 16:46:18.027071+0800 SOS Method[25961:11184456] Playing track https://d1as0hz72d196v.cloudfront.net/production/audio/1._ESS_5_day_Meditation_Reinvented_NEW_FINAL.mp3

this is the log for second track

Loading track https://d1as0hz72d196v.cloudfront.net/production/audio/01_CALM_and_STRENGTH_5_min_FINAL.mp3

As you can see, I don't see Playing track log for second track.
How can I solve this? thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant