iammert / RadioPlayerService

Android service library which uses AAC Player. Ready to use Radio Player Service.
254 stars 91 forks source link

Error Playing https Streams #75

Closed colorgold closed 4 years ago

colorgold commented 4 years ago

All http streams work well in my app. However, I tried a stream that has an ssl certificate and this is the error I get:

java.security.cert.CertificateException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.

Here is an example of a stream with https: https://sslstream.online:7030/stream

colorgold commented 4 years ago

I managed to find the http server address and using that instead.