cordova media plugin. continue recording of existing

Александр Набережнев

background

I have an app which has build in voice recorder using cordova-media-plugin. Nominally I can record and save a file.

problem

When I am recording and I close app (without instance.stopRecord()) then file created, record but not saving correct. I can open it but i can't play it.

Does anybody know how to resolve this issue?

Александр Набережнев

The problem was inside cordova media plugin. I just added cordova onWillTerminate event to the CDVSound.m and just stop recording when event fired.

**If somebody have the same problem here is the link on my patch - ** Patch Link

P.S. - I'm not ios developer. And yes i know that possible to do it more clean. Thanks guys for help.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Cordova 3.3 Pause and Resume recording using Media API

From Dev

Reading a file created by the media capture plugin in Cordova - Creating Thumbnails

From Dev

Android - Cordova 3.5.0 deviceready not firing after installing media plugin

From Dev

Cordova Media Plugin vs HTML5 Audio

From Dev

Phonegap 3.5 Media Plugin Error on iOS "Failed to start recording using AvAudioRecorder"

From Dev

Cordova Media stop working

From Dev

phoneGap/Apache Cordova media capture plugin - multiple video recording

From Dev

Stop All Audio Cordova Media Plugin?

From Dev

Ionic Cordova IOS build fails after adding media plugin

From Dev

Upload Recording from Cordova Media Plugin

From Dev

PhoneGap Cordova Media Plugin - How to integrate/install?

From Dev

Cordova plugin media capture error 20

From Dev

Cordova Media Plugin breaks HTML5 Audio tag on iOS

From Dev

Ionic - Get file from audio recorded with cordova plugin media

From Dev

Cordova media plugin seekTo doesn't work the first time

From Dev

Cordova Media Plugin

From Dev

Cordova Media Plugin setVolume() not working

From Dev

Cordova media capture plugin bugs (Nexus 6, Android 6)

From Dev

Reading a file created by the media capture plugin in Cordova - Creating Thumbnails

From Dev

Cordova Media Plugin doesn't implement audioPlayerEndInterruption

From Dev

Adding cordova plugin media-capture to meteor

From Dev

PhoneGap Cordova Media Plugin - How to integrate/install?

From Dev

Stop audio recording and continue audio playback

From Dev

Cordova Media Plugin breaks HTML5 Audio tag on iOS

From Dev

Ionic app in iOS unable to play local audio with cordova-plugin-media

From Dev

Cordova media capture plugin bugs (Nexus 6, Android 6)

From Dev

Issues with Test tab and Weinre debug in Intel XDK for Cordova Media Capture plugin test

From Dev

ionic2 create .wav file and get the path for the cordova media-plugin

From Dev

iOS Cordova Media Plugin in background: MEDIA_ERR_NONE_SUPPORTED = 4

Related Related

  1. 1

    Cordova 3.3 Pause and Resume recording using Media API

  2. 2

    Reading a file created by the media capture plugin in Cordova - Creating Thumbnails

  3. 3

    Android - Cordova 3.5.0 deviceready not firing after installing media plugin

  4. 4

    Cordova Media Plugin vs HTML5 Audio

  5. 5

    Phonegap 3.5 Media Plugin Error on iOS "Failed to start recording using AvAudioRecorder"

  6. 6

    Cordova Media stop working

  7. 7

    phoneGap/Apache Cordova media capture plugin - multiple video recording

  8. 8

    Stop All Audio Cordova Media Plugin?

  9. 9

    Ionic Cordova IOS build fails after adding media plugin

  10. 10

    Upload Recording from Cordova Media Plugin

  11. 11

    PhoneGap Cordova Media Plugin - How to integrate/install?

  12. 12

    Cordova plugin media capture error 20

  13. 13

    Cordova Media Plugin breaks HTML5 Audio tag on iOS

  14. 14

    Ionic - Get file from audio recorded with cordova plugin media

  15. 15

    Cordova media plugin seekTo doesn't work the first time

  16. 16

    Cordova Media Plugin

  17. 17

    Cordova Media Plugin setVolume() not working

  18. 18

    Cordova media capture plugin bugs (Nexus 6, Android 6)

  19. 19

    Reading a file created by the media capture plugin in Cordova - Creating Thumbnails

  20. 20

    Cordova Media Plugin doesn't implement audioPlayerEndInterruption

  21. 21

    Adding cordova plugin media-capture to meteor

  22. 22

    PhoneGap Cordova Media Plugin - How to integrate/install?

  23. 23

    Stop audio recording and continue audio playback

  24. 24

    Cordova Media Plugin breaks HTML5 Audio tag on iOS

  25. 25

    Ionic app in iOS unable to play local audio with cordova-plugin-media

  26. 26

    Cordova media capture plugin bugs (Nexus 6, Android 6)

  27. 27

    Issues with Test tab and Weinre debug in Intel XDK for Cordova Media Capture plugin test

  28. 28

    ionic2 create .wav file and get the path for the cordova media-plugin

  29. 29

    iOS Cordova Media Plugin in background: MEDIA_ERR_NONE_SUPPORTED = 4

HotTag

Archive