From ca5a5eeedf9279eb3ef53d2c31b41d36c4fdb2ac Mon Sep 17 00:00:00 2001 From: Anirudh Sevugan Date: Fri, 20 Dec 2024 18:39:12 -0600 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b7ab571..8d1bdec 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,8 @@ ExoPlayer Creator has been tested on the following devices with the following re | Android 8 | Yes | VM | | Android 5 | **No** | VM | +### Issues +On Android 8, there are some input issues, like not being able to press the play button. This is **most likely an issue with the VM and shouldn't happen on a real device**. +On Android 5, any HTTPS video returns a source error, even with the correct URL typed in. This is **most likely an issue with TLS support, as Android 5 does not support modern TLS cipher suites that most websites use these days**. +On any other Android version, URLs that are signed using self-signed certificates return a source error, this is **normal behavior in Android to keep you safe, so it isn't an issue with the OS**. +