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

Commit

Permalink
Problem solved that HLS (M3U8) streams could not be played back corre…
Browse files Browse the repository at this point in the history
…ctly.
  • Loading branch information
jamal2362 committed Sep 1, 2023
1 parent 61a1d9e commit a7ef983
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ You can help out the radio-browser.info community by [adding the missing station
| AAC ||
| AAC+ ||
| FLAC ||
| HLS (M3U8) ||
| M3U ||
| MP3 ||
| OGG (Vorbis) ||
| OPUS ||
| PLS ||
| HLS (M3U8) ||
</details>

----------------------------------------
Expand Down
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ dependencies {
implementation 'androidx.preference:preference-ktx:1.2.1'
implementation 'androidx.media:media:1.6.0'
implementation 'androidx.media3:media3-exoplayer:1.1.1'
implementation 'androidx.media3:media3-exoplayer-hls:1.1.1'
implementation 'androidx.media3:media3-session:1.1.1'
implementation 'androidx.media3:media3-datasource-okhttp:1.1.1'
implementation 'androidx.navigation:navigation-fragment-ktx:2.7.1'
Expand Down

0 comments on commit a7ef983

Please sign in to comment.