Skip to content

Commit

Permalink
Update some streams
Browse files Browse the repository at this point in the history
  • Loading branch information
waliid committed Apr 16, 2024
1 parent 8d58828 commit 8deca14
Showing 1 changed file with 2 additions and 8 deletions.
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 8deca14

Please sign in to comment.