[ 
https://issues.apache.org/jira/browse/CB-8541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14388205#comment-14388205
 ] 

Vladimir Kotikov edited comment on CB-8541 at 3/31/15 7:57 AM:
---------------------------------------------------------------

[~CornéM] Unfortunately tou can't use mp3 for audio recording on Windows phone 
8.1 devices until you provide custom MP3 transcoder in your app. This is 
because an MP3 encoder is not shipped with Windows Phone. Here is corresponding 
link to MSDN documentation: 
https://msdn.microsoft.com/en-us/library/windows/apps/windows.media.mediaproperties.mediaencodingprofile.createmp3.aspx
 

Note that this is works only for Windows Phone devices. On Windows desktop 
devices MP3 recording works well.

As a solution on WP8.1 you could use other available formats for recording, 
such as  M4A and WMA

I'll add this information to Windows quirks section in plugin README.


was (Author: vladimir.kotikov):
[~CornéM] Unfortunately tou can't use mp3 for audio recording on Windows phone 
8.1 devices until you provide custom MP3 transcoder in your app. This is 
because an MP3 encoder is not shipped with Windows Phone. Here is corresponding 
link to MSDN documentation: 
https://msdn.microsoft.com/en-us/library/windows/apps/windows.media.mediaproperties.mediaencodingprofile.createmp3.aspx
 

I'll add this information to Windows quirks section in plugin README.

> [WP81] Cannot record: 'No suitable transform was found to encode or decode'
> ---------------------------------------------------------------------------
>
>                 Key: CB-8541
>                 URL: https://issues.apache.org/jira/browse/CB-8541
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin Media
>         Environment: Windows Phone 8.1
>            Reporter: Corné Meerkerk
>            Assignee: Vladimir Kotikov
>
> The example from the documentation does not work on Windows (Phone) 8.1 with 
> any file extension (*.mp3, *.m4a, *.wma). The same code does work on Windows 
> Phone 8.
> When media.startRecord() is called, the error callback returns this error 
> message twice:
> 'No suitable transform was found to encode or decode the content.'



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to