Skip to content

Commit

Permalink
Remove "Play Suisse" example
Browse files Browse the repository at this point in the history
  • Loading branch information
MGaetan89 committed Nov 13, 2023
1 parent 7209750 commit fe758fd
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 17 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 @@ -266,14 +266,6 @@ data class Playlist(val title: String, val items: List<DemoItem>, val descriptio
DemoItem.UnifiedStreamingOnDemand_Dash_AlternateAudioLanguage,
DemoItem.UnifiedStreamingOnDemand_Dash_Multiple_Audio_Codec,
DemoItem.UnifiedStreamingOnDemand_Dash_AccessibilityAudio,

)
)

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

Expand All @@ -284,7 +276,6 @@ data class Playlist(val title: String, val items: List<DemoItem>, val descriptio
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 fe758fd

Please sign in to comment.