Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7789A18B3F for ; Tue, 24 Nov 2015 01:09:28 +0000 (UTC) Received: (qmail 45167 invoked by uid 500); 24 Nov 2015 01:09:28 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 45115 invoked by uid 500); 24 Nov 2015 01:09:28 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 45103 invoked by uid 99); 24 Nov 2015 01:09:27 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Nov 2015 01:09:27 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 68FDEE0A9B; Tue, 24 Nov 2015 01:09:27 +0000 (UTC) From: ghenry22 To: dev@cordova.apache.org Reply-To: dev@cordova.apache.org References: In-Reply-To: Subject: [GitHub] cordova-plugin-media pull request: Streaming & Background threadin... Content-Type: text/plain Message-Id: <20151124010927.68FDEE0A9B@git1-us-west.apache.org> Date: Tue, 24 Nov 2015 01:09:27 +0000 (UTC) Github user ghenry22 commented on the pull request: https://github.com/apache/cordova-plugin-media/pull/62#issuecomment-159119183 @dduwab - this PR does not require any changes to the client at all, it all works exactly the same with all the same functions implemented in the same way. You can swap back and forth easily between this PR and the released plugin. I would suggest checking your file paths as per the file plugin documentation (media plugin uses the file plugin to access local files). You don't want to use a full path like you have defined, you really want to use one of the cordova.file.* aliases to get the correct path to the file consistently. Either way though you want to have file:// or cdvfile:// at the start of your path to the file as the plugin uses the prefix to determine whether the file is local or remote (this is the same in the master code as in this PR). --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org For additional commands, e-mail: dev-help@cordova.apache.org