Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit a7ef983

Browse files
committed
Problem solved that HLS (M3U8) streams could not be played back correctly.
1 parent 61a1d9e commit a7ef983

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@ You can help out the radio-browser.info community by [adding the missing station
7979
| AAC ||
8080
| AAC+ ||
8181
| FLAC ||
82+
| HLS (M3U8) ||
8283
| M3U ||
8384
| MP3 ||
8485
| OGG (Vorbis) ||
8586
| OPUS ||
8687
| PLS ||
87-
| HLS (M3U8) ||
8888
</details>
8989

9090
----------------------------------------

app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ dependencies {
5959
implementation 'androidx.preference:preference-ktx:1.2.1'
6060
implementation 'androidx.media:media:1.6.0'
6161
implementation 'androidx.media3:media3-exoplayer:1.1.1'
62+
implementation 'androidx.media3:media3-exoplayer-hls:1.1.1'
6263
implementation 'androidx.media3:media3-session:1.1.1'
6364
implementation 'androidx.media3:media3-datasource-okhttp:1.1.1'
6465
implementation 'androidx.navigation:navigation-fragment-ktx:2.7.1'

0 commit comments

Comments
 (0)