breautek commented on issue #315: URL: https://github.com/apache/cordova-plugin-media/issues/315#issuecomment-930599425
> Yes stream works on - https also So can this issue be closed? Preferably you should always use https when available. Android starting in API 28 has disabled clear text (e.g. non-encrypted traffic) by default. If for some reason you cannot use https, then you'll need to [allow clear text traffic](https://developer.android.com/training/articles/security-config#CleartextTrafficPermitted). Cordova doesn't provide an interface to do this, you'll need to craft the appropriate xml yourself. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
