From issues-return-93333-archive-asf-public=cust-asf.ponee.io@cordova.apache.org Tue Mar 13 02:23:04 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id A9CD418064D for ; Tue, 13 Mar 2018 02:23:03 +0100 (CET) Received: (qmail 94023 invoked by uid 500); 13 Mar 2018 01:23:02 -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 94011 invoked by uid 99); 13 Mar 2018 01:23:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Mar 2018 01:23:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 3E7AE1806BF for ; Tue, 13 Mar 2018 01:23:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -108.309 X-Spam-Level: X-Spam-Status: No, score=-108.309 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_BADIPHTTP=2, NORMAL_HTTP_TO_IP=0.001, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100, WEIRD_PORT=0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id cXX7VjS_ru7A for ; Tue, 13 Mar 2018 01:23:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 4D8C35F56A for ; Tue, 13 Mar 2018 01:23:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id CD303E0217 for ; Tue, 13 Mar 2018 01:23:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 48BEF21470 for ; Tue, 13 Mar 2018 01:23:00 +0000 (UTC) Date: Tue, 13 Mar 2018 01:23:00 +0000 (UTC) From: "Tom (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CB-13966) media.play() - not working on google pixel MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Tom created CB-13966: ------------------------ Summary: media.play() - not working on google pixel=20 Key: CB-13966 URL: https://issues.apache.org/jira/browse/CB-13966 Project: Apache Cordova Issue Type: Bug Components: cordova-plugin-media Reporter: Tom After uploading app to google play store some users reported they can not p= lay audio stream. I was able to narrow users and all use pixel phones (so n= ot sure maybe this is android 8.1+ version not pixel phone problem) =C2=A0 Everything is working (the streaming) as it should on all other phones i wa= s able to test. On pixel phone users clicks on play icon, there is no sound= but icon changes from play to stop (so code that is after media.play() is = executed) =C2=A0 When tested on local server (phonegap desktop app) the pixel phone plays th= e stream ! No errors, no problems =C2=A0 =C2=A0 var my_media =3D new Media("[http://50.97.94.44:8086/;|https://forums.adobe= .com/external-link.jspa?url=3Dhttp%3A%2F%2F50.97.94.44%3A8086%2F%3B]"); my_media.play(); =C2=A0 Any ideas, suggestions ? -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org