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

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

     [ https://issues.apache.org/jira/browse/CB-10701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nikhil Khandelwal updated CB-10701:
-----------------------------------
    Component/s: Plugin Media Capture

> Cordova Media Capture Plugin Duration Issue
> -------------------------------------------
>
>                 Key: CB-10701
>                 URL: https://issues.apache.org/jira/browse/CB-10701
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin Media Capture
>         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