Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6C25F187FE for ; Mon, 29 Jun 2015 16:24:06 +0000 (UTC) Received: (qmail 39051 invoked by uid 500); 29 Jun 2015 16:24:06 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 39034 invoked by uid 500); 29 Jun 2015 16:24:06 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 39009 invoked by uid 99); 29 Jun 2015 16:24:06 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jun 2015 16:24:06 +0000 Date: Mon, 29 Jun 2015 16:24:06 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-9238) Media plugin cannot record audio on windows MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-9238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14605845#comment-14605845 ] ASF GitHub Bot commented on CB-9238: ------------------------------------ Github user daserge commented on a diff in the pull request: https://github.com/apache/cordova-plugin-media/pull/58#discussion_r33482032 --- Diff: src/windows/MediaProxy.js --- @@ -26,6 +26,15 @@ var MediaError = require('cordova-plugin-media.MediaError'); var recordedFile; +function setTemporaryFsByDefault(src) { + if (!/.+:/.test(src)) { --- End diff -- Great idea, thank you! Will rework this via Windows.Foundation.Uri > Media plugin cannot record audio on windows > ------------------------------------------- > > Key: CB-9238 > URL: https://issues.apache.org/jira/browse/CB-9238 > Project: Apache Cordova > Issue Type: Bug > Components: Plugin Media, Windows > Reporter: Alexander Sorokin > > Steps to reproduce: > - create mobile spec app with media plugin > - run mobile spec app on windows store or windows phone > - go to media manual tests > - click "Record Audio 10 sec" > The result is: RecordAudio():Audio Error: 1 -- 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