From a467886039cd8bd17c9a9e4fb60ffd3a7a4b9d4a Mon Sep 17 00:00:00 2001 From: Sirichai Chulee <78589275+stevejubs@users.noreply.github.com> Date: Sat, 21 May 2022 03:34:24 +0700 Subject: [PATCH] Fix 'HlS' > 'HLS' (UPPERCASE) --- android-exoplayer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android-exoplayer/README.md b/android-exoplayer/README.md index 9396763b..07c85afd 100644 --- a/android-exoplayer/README.md +++ b/android-exoplayer/README.md @@ -9,7 +9,7 @@ https://github.com/google/ExoPlayer ## Benefits over `react-native-video@0.9.0`: - Android Video library built by Google, with a lot of support -- Supports DASH, HlS, & SmoothStreaming adaptive streams +- Supports DASH, HLS, & SmoothStreaming adaptive streams - Supports formats such as MP4, M4A, FMP4, WebM, MKV, MP3, Ogg, WAV, MPEG-TS, MPEG-PS, FLV and ADTS (AAC). - Fewer device specific issues - Highly customisable