Skip to content

[docs] Clarify platform-specific DASH/HLS support in README.md #1408

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dev-satoshi
Copy link

@dev-satoshi dev-satoshi commented Jun 13, 2025

Description

This PR updates the README.md to provide clearer information regarding HLS and DASH support across different platforms (iOS and Android).

Currently, the README lists "DASH support" and "HLS support" without explicitly detailing platform-specific limitations or strengths. For instance, native AVPlayer on iOS has limited direct DASH support, while it's optimized for HLS. On Android, ExoPlayer robustly supports both.

This clarification aims to:

  • Prevent confusion for developers regarding expected behavior on iOS vs. Android.
  • Accurately reflect the underlying native player capabilities.

Closes #1407

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.

[docs] Clarify DASH/HLS platform support in README.md
1 participant