Skip to content

Commit

Permalink
Add wwdc hls stream
Browse files Browse the repository at this point in the history
  • Loading branch information
StaehliJ committed Aug 14, 2023
1 parent 6a83f70 commit e45299d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,11 @@ data class DemoItem(
uri = "https://devstreaming-cdn.apple.com/videos/streaming/examples/bipbop_adv_example_hevc/master.m3u8"
)

val AppleWWDC_2023 = DemoItem(
title = "Apple WWDC Keynote 2023",
uri = "https://events-delivery.apple.com/0105cftwpxxsfrpdwklppzjhjocakrsk/m3u8/vod_index-PQsoJoECcKHTYzphNkXohHsQWACugmET.m3u8"
)

val GoogleDashH264 = DemoItem(
title = "VoD - Dash (H264)",
uri = "https://storage.googleapis.com/wvmedia/clear/h264/tears/tears.mpd"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ data class Playlist(val title: String, val items: List<DemoItem>, val descriptio
DemoItem.AppleAdvanced_16_9_TS_HLS,
DemoItem.AppleAdvanced_16_9_fMP4_HLS,
DemoItem.AppleAdvanced_16_9_HEVC_h264_HLS,
DemoItem.AppleWWDC_2023
)
)

Expand Down

0 comments on commit e45299d

Please sign in to comment.