You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Ivan (JIRA)" <ji...@apache.org> on 2016/02/25 23:00:19 UTC

[jira] [Created] (CB-10701) Cordova Media Capture Plugin Duration Issue

Ivan created CB-10701:
-------------------------

             Summary: Cordova Media Capture Plugin Duration Issue
                 Key: CB-10701
                 URL: https://issues.apache.org/jira/browse/CB-10701
             Project: Apache Cordova
          Issue Type: Bug
         Environment: Intel XDK
            Reporter: Ivan


I'm using Cordova Media Capture Plugin to capture video on android and iphone. Everything works fine but one thing and that is getting duration of video file.

I'm using this code:

navigator.device.capture.captureVideo(onSuccessVideo, onFailVideo, {limit:1, duration: 120});

function onSuccessVideo (mediaFiles) {
mediaFiles[0].getFormatData(function(data) {
var video_duration = data.duration;
});
}

results for duration is zero on android and on iphone.

Can you help me with this?



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

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