You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/08/08 17:57:25 UTC

[GitHub] [cordova-plugin-media] NorthFred commented on issue #246: @ionic-native/media: No audio output, no error message (target API 28)

NorthFred commented on issue #246: @ionic-native/media: No audio output, no error message (target API 28)
URL: https://github.com/apache/cordova-plugin-media/issues/246#issuecomment-519624183
 
 
   Found the solution:
   
   https://developer.android.com/training/articles/security-config
   
   The error occurred because my app was streaming music / media over HTTP. When targeting API level 28 (Android P), the default security is HTTPS. So by adding the <application android:usesCleartextTraffic="true" /> tag to the AndroidManifest / config.xml, I was able to default to the HTTP security.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org