John Keating created CB-11380:
---------------------------------

             Summary: Media Plugin - IOS: Error when creating Media object with 
new file
                 Key: CB-11380
                 URL: https://issues.apache.org/jira/browse/CB-11380
             Project: Apache Cordova
          Issue Type: Bug
          Components: Plugin Media
    Affects Versions: 2.3.0
         Environment: iOS 9.3.1
            Reporter: John Keating


The line:

var myMedia = new Media("documents://hello.wav", function() { 
direct.log("success");}, function(er){console.log(er);});

results in an error: "Cannot use audio file from resource 
'documents:hello.wav'", when "hello.wav" does not exist.  The created Media 
object is usable (I can record and play back), but the error means the 
constructor's success callback never gets called.  Also happens with variations 
of the src URI using "file" and "cdvfile".

This is caused by a change to the validation parameter from NO to YES in commit 
e5b663ac951b2d8cb2e5e470d2c7072aa56cf779 on March 2nd.





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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to