Skip to content

Commit

Permalink
Update DRM and token-protected examples (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
defagos authored Feb 27, 2023
1 parent f57584c commit 193c8cf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions Demo/Sources/Playlist.swift
Original file line number Diff line number Diff line change
Expand Up @@ -168,27 +168,27 @@ enum URNTemplates {

static let tokenProtectedVideos: [Template] = [
Template(
title: "Ski alpin, Descente Messieurs",
title: "Ski alpin, Slalom Géant Messieurs",
description: "Token-protected video 1",
type: .urn("urn:swisstxt:video:rts:1749636")
type: .urn("urn:swisstxt:video:rts:1749654")
),
Template(
title: "Ski alpin, Descente Dames",
title: "Football, Zurich - Young Boys",
description: "Token-protected video 2",
type: .urn("urn:swisstxt:video:rts:1749697")
type: .urn("urn:swisstxt:video:rts:1752263")
)
]

static let drmProtectedVideos: [Template] = [
Template(
title: "Top Models 8881",
title: "Top Models 8906",
description: "DRM-protected video 1",
type: .urn("urn:rts:video:13702534")
type: .urn("urn:rts:video:13797569")
),
Template(
title: "Top Models 8880",
title: "Top Models 8905",
description: "DRM-protected video 2",
type: .urn("urn:rts:video:13701160")
type: .urn("urn:rts:video:13796104")
)
]

Expand Down
8 changes: 4 additions & 4 deletions Demo/Sources/Template.swift
Original file line number Diff line number Diff line change
Expand Up @@ -135,19 +135,19 @@ enum URNTemplate {
type: .urn("urn:rts:video:13444390")
)
static let tokenProtectedVideo = Template(
title: "Ski alpin, Descente Messieurs",
title: "Ski alpin, Slalom Géant Messieurs",
description: "Token-protected video",
type: .urn("urn:swisstxt:video:rts:1749636")
type: .urn("urn:swisstxt:video:rts:1749654")
)
static let superfluouslyTokenProtectedVideo = Template(
title: "Telegiornale flash",
description: "Superfluously token-protected video",
type: .urn("urn:rsi:video:15916771")
)
static let drmProtectedVideo = Template(
title: "Top Models 8881",
title: "Top Models 8906",
description: "DRM-protected video",
type: .urn("urn:rts:video:13702534")
type: .urn("urn:rts:video:13797569")
)
static let liveVideo = Template(
title: "RSI 1",
Expand Down

0 comments on commit 193c8cf

Please sign in to comment.