You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Tom (JIRA)" <ji...@apache.org> on 2018/03/13 01:23:00 UTC

[jira] [Created] (CB-13966) media.play() - not working on google pixel

Tom created CB-13966:
------------------------

             Summary: media.play() - not working on google pixel 
                 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 play audio stream. I was able to narrow users and all use pixel phones (so not sure maybe this is android 8.1+ version not pixel phone problem)

 

Everything is working (the streaming) as it should on all other phones i was 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)

 

When tested on local server (phonegap desktop app) the pixel phone plays the stream ! No errors, no problems

 

 

var my_media = new Media("[http://50.97.94.44:8086/;|https://forums.adobe.com/external-link.jspa?url=http%3A%2F%2F50.97.94.44%3A8086%2F%3B]");

my_media.play();

 

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