Skip to content

Bug Play m4a File auto pause not play #201

@tolgatasci

Description

@tolgatasci

LOG

2021-12-07 23:17:35.373 12950-12950/ I/StarrySky: title = xx
音频是否有改变 = false
是否立即播放 = true
url = /storage/emulated/0/Music/test.m4a
2021-12-07 23:17:35.374 12950-12950/ I/StarrySky: isPlayWhenReady = true
2021-12-07 23:17:35.374 12950-12950/ I/StarrySky: ---------------------------------------
Tested Device emulator 25 Google Api

    val info = SongInfo()
    info.songName = "xx"
    info.songId = "5"
    info.songUrl = "/storage/emulated/0/Music/test.m4a"
   //StarrySky.newPlayer(0)?.play(info, true) // Working
   //StarrySky.with().playMusicByInfo(info) // not work

My Application

        StarrySky.init(this)
        .setNotificationSwitch(true)

        .setNotificationType(INotification.SYSTEM_NOTIFICATION)
        .setNotificationConfig(notificationConfig)
        .apply()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions