Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Video not playing on Android 7.0 or earlier #213

Merged
merged 10 commits into from
Aug 6, 2024

Conversation

PruthiviRaj27
Copy link
Contributor

@PruthiviRaj27 PruthiviRaj27 commented Aug 1, 2024

  • This PR addresses an issue where videos were not playing correctly on devices running Android 7.0 or earlier. The problem was linked to issues with API calls and SSL/TLS connections on these older versions.
  • Lets Encrypt SSL dropped support for older Android devices due to the expiration of cross-signatures. For more details, see Let’s Encrypt Cross-Sign Expiration.

@PruthiviRaj27 PruthiviRaj27 force-pushed the fix_video_not_playing_in_android_7 branch from db9483c to a357e7a Compare August 5, 2024 11:05
@PruthiviRaj27 PruthiviRaj27 changed the title fix: Video not playing in Android 7 fix: Video not playing in Android 7.0 or earlier Aug 5, 2024
import javax.net.ssl.TrustManagerFactory
import javax.net.ssl.X509TrustManager

class TrustFactory {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a comment saying let's encrypt dropped support for older android devices with this link https://letsencrypt.org/2023/07/10/cross-sign-expiration

@PruthiviRaj27 PruthiviRaj27 changed the title fix: Video not playing in Android 7.0 or earlier fix: Video not playing on Android 7.0 or earlier Aug 5, 2024
@PruthiviRaj27 PruthiviRaj27 merged commit 2ae2c06 into main Aug 6, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants