Skip to content

Commit

Permalink
Replace default stream in demo (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyhun-o authored Oct 17, 2023
1 parent 538524f commit 3ad39a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class MainActivity : ComponentActivity() {
@Composable
fun MainContent() {
val source = SourceDescription.Builder(
TypedSource.Builder("https://amssamples.streaming.mediaservices.windows.net/7ceb010f-d9a3-467a-915e-5728acced7e3/ElephantsDreamMultiAudio.ism/manifest(format=mpd-time-csf)")
TypedSource.Builder("https://cdn.theoplayer.com/video/elephants-dream/playlist.m3u8")
.build()
).build()

Expand Down

0 comments on commit 3ad39a1

Please sign in to comment.