Skip to content

Commit

Permalink
Update 12h45 stream in the demo app (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
waliid authored Apr 17, 2024
1 parent 8d58828 commit b29689d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ data class DemoItem(

val OnDemandHorizontalVideo = DemoItem(
title = "Horizontal video",
uri = "urn:rts:video:6820736"
uri = "urn:rts:video:14827306"
)

val OnDemandSquareVideo = DemoItem(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,6 @@ data class Playlist(val title: String, val items: List<DemoItem>, val descriptio
private val srgSsrStreamsUrns = Playlist(
title = "SRG SSR streams (URNs)",
items = listOf(
DemoItem(
title = "RSI 1",
uri = "urn:rsi:video:livestream_La1",
description = "Live video",
imageUrl = "https://ws.srf.ch/asset/image/audio/6b100f6e-440c-4bfb-8372-89a0688c533a/EPISODE_IMAGE"
),
DemoItem(
title = "RTS 1",
uri = "urn:rts:video:3608506",
Expand Down Expand Up @@ -418,8 +412,8 @@ data class Playlist(val title: String, val items: List<DemoItem>, val descriptio
items = listOf(
DemoItem(
title = "Horizontal video",
uri = "urn:rts:video:6820736",
imageUrl = "https://www.rts.ch/2015/05/28/20/19/6820735.image/16x9"
uri = "urn:rts:video:14827306",
imageUrl = "https://www.rts.ch/2024/04/10/19/23/14827621.image/16x9"
),
DemoItem(
title = "Square video",
Expand Down

0 comments on commit b29689d

Please sign in to comment.