Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-11119

"unable to play music while recording audio or video" error while app is open

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • cordova-plugin-media
    • None

    Description

      I'm making a very basic app the plays a sound when a timer hits 0. Just a short beep

      This is the only audio related code when the app boots up without any user input.

        var audio = new Media(path, null,
          function (err) {
            console.log('media error', err)
          }
        )
      

      but QA discovered that when opening up the built in android music app.. playing any song doesn't work and throws the error "unable to play music while recording audio or video"

      Attachments

        Activity

          People

            Unassigned Unassigned
            alex-wilmer Alex Wilmer
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: