Skip to content

Commit

Permalink
Remove "Play Suisse" example (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
MGaetan89 authored Nov 13, 2023
1 parent cc3f4bb commit af5e683
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -421,11 +421,5 @@ data class DemoItem(
title = "Dash - DVB DASH low latency",
uri = "https://demo.unified-streaming.com/k8s/live/stable/live-low-latency.isml/.mpd"
)

val PlaySuisseTest1 = DemoItem(
title = "Test1",
description = "Forced subtitles",
uri = "https://prd.vod-srgssr.ch/origin/1053457/fr/master.m3u8?complexSubs=true"
)
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -269,21 +269,13 @@ data class Playlist(val title: String, val items: List<DemoItem>, val descriptio
)
)

val PlaySuisseStreams = Playlist(
title = "Play Suisse",
items = listOf(
DemoItem.PlaySuisseTest1,
)
)

val All = Playlist(
title = "Standard items",
items = StreamUrls.items +
StreamUrns.items +
VideoUrns.items +
StreamGoogles.items +
StreamApples.items +
PlaySuisseStreams.items +
UnifiedStreaming.items +
UnifiedStreamingDash.items +
BitmovinSamples.items
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ fun ExamplesHome(
listOf(
Playlist.StreamUrls,
Playlist.StreamUrns,
Playlist.PlaySuisseStreams,
Playlist.StreamApples,
Playlist.StreamGoogles,
Playlist.BitmovinSamples,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ class ExampleViewModel(application: Application) : AndroidViewModel(application)
private val LIST_STATIC_PLAYLIST = listOf(
Playlist.StreamUrls,
Playlist.StreamUrns,
Playlist.PlaySuisseStreams,
Playlist.StreamApples,
Playlist.StreamGoogles,
Playlist.BitmovinSamples,
Expand Down

0 comments on commit af5e683

Please sign in to comment.