Skip to content

Commit

Permalink
Add new BBC R&D Test Streams to Reference Player (#4310)
Browse files Browse the repository at this point in the history
* Update and add BBC reference player streams

* Alterations to BBC test streams
  • Loading branch information
mattjuggins committed Nov 8, 2023
1 parent 66d0785 commit 7320c8f
Showing 1 changed file with 47 additions and 11 deletions.
58 changes: 47 additions & 11 deletions samples/dash-if-reference-player/app/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
},
{
"url": "https://rdmedia.bbc.co.uk/testcard/vod/manifests/avc-full.mpd",
"name": "SegmentTemplate/Number, live profile",
"name": "On-demand Testcard - Multiple Languages, AAC Stereo and Surround, Audio Description, AVC Video",
"moreInfo": "https://rdmedia.bbc.co.uk/testcard/",
"provider": "bbc"
},
Expand Down Expand Up @@ -289,6 +289,18 @@
"name": "LiveSIM Caminandes 02, Gran Dillama (25fps, 25gop, 2sec, multi MOOF/MDAT, 1080p, KID=1236) v2",
"url": "http://refapp.hbbtv.org/livesim2/02_llamav2/manifest.mpd",
"provider": "hbbtv"
},
{
"name": "Live Testcard - Multiple Languages, AVC Video",
"url": "https://rdmedia.bbc.co.uk/testcard/simulcast/manifests/avc-full.mpd",
"moreInfo": "https://rdmedia.bbc.co.uk/testcard/simulcast/",
"provider": "bbc"
},
{
"name": "Live Testcard - Multiple Languages, HEVC Video",
"url": "https://rdmedia.bbc.co.uk/testcard/simulcast/manifests/hevc-ctv.mpd",
"moreInfo": "https://rdmedia.bbc.co.uk/testcard/simulcast/",
"provider": "bbc"
}
]
},
Expand Down Expand Up @@ -324,6 +336,18 @@
"url": "https://explo.broadpeak.tv:8343/bpk-tv/spring/lowlat/index_timeline.mpd",
"name": "Live low latency (SegmentTimeline, CMSD)",
"provider": "broadpeak"
},
{
"name": "Low-Latency Live Testcard - 4 Chunks per Segment, Multiple Languages, AVC Video",
"url": "https://rdmedia.bbc.co.uk/testcard/lowlatency/manifests/ll-avc-full.mpd",
"moreInfo": "https://rdmedia.bbc.co.uk/testcard/lowlatency/",
"provider": "bbc"
},
{
"name": "Low-Latency Live Testcard - 4 Chunks per Segment, Multiple Languages, HEVC Video",
"url": "https://rdmedia.bbc.co.uk/testcard/lowlatency/manifests/ll-hevc-ctv.mpd",
"moreInfo": "https://rdmedia.bbc.co.uk/testcard/lowlatency/",
"provider": "bbc"
}
]
},
Expand Down Expand Up @@ -383,22 +407,28 @@
"provider": "dashif"
},
{
"name": "TTML Segmented 'snaking' subtitles (with random text) (Ondemand)",
"url": "https://rdmedia.bbc.co.uk/elephants_dream/1/client_manifest-snake.mpd",
"name": "On-demand Elephant's Dream - with EBU-TT-D Subtitle Track in English",
"url": "https://rdmedia.bbc.co.uk/elephants_dream/1/client_manifest-all.mpd",
"moreInfo": "https://rdmedia.bbc.co.uk/elephants_dream/",
"provider": "bbc"
},
{
"name": "BBC R&D EBU-TT-D Subtitling Test",
"url": "https://rdmedia.bbc.co.uk/elephants_dream/1/client_manifest-all.mpd",
"name": "On-demand Elephant's Dream - with EBU-TT-D 'Snaking' Subtitle Track (random text) - lines grow over time simulating live subtitles",
"url": "https://rdmedia.bbc.co.uk/elephants_dream/1/client_manifest-snake.mpd",
"moreInfo": "https://rdmedia.bbc.co.uk/elephants_dream/",
"provider": "bbc"
},
{
"name": "Live Testcard - Multiple Subtitle Languages and Downloadable Font Signalling",
"url": "https://rdmedia.bbc.co.uk/testcard/simulcast/manifests/avc-ctv.mpd",
"moreInfo": "https://rdmedia.bbc.co.uk/testcard/simulcast/",
"provider": "bbc"
},
{
"url": "https://dash.akamaized.net/dash264/CTA/imsc1/IT1-20171027_dash.mpd",
"name": "IMSC1 Text Subtitles via sidecar file",
"provider": "cta"
}
}
]
},
{
Expand Down Expand Up @@ -1245,15 +1275,21 @@
"provider": "dashif"
},
{
"name": "HE and LC AAC Stereo in English",
"url": "https://rdmedia.bbc.co.uk/testcard/vod/manifests/radio-en.mpd",
"moreInfo": "https://rdmedia.bbc.co.uk/testcard/",
"name": "Live Testcard Audio - AAC-LC Stereo in English",
"url": "https://rdmedia.bbc.co.uk/testcard/simulcast/manifests/radio-lc-en.mpd",
"moreInfo": "https://rdmedia.bbc.co.uk/testcard/simulcast/",
"provider": "bbc"
},
{
"name": "Live Testcard Audio - HE-AAC Stereo in English",
"url": "https://rdmedia.bbc.co.uk/testcard/simulcast/manifests/radio-he-en.mpd",
"moreInfo": "https://rdmedia.bbc.co.uk/testcard/simulcast/",
"provider": "bbc"
},
{
"name": "AAC-LC Surround (4 active channels) in English",
"name": "On-demand Testcard Audio - AAC-LC Surround (4 active channels) in English",
"url": "https://rdmedia.bbc.co.uk/testcard/vod/manifests/radio-surround-en.mpd",
"moreInfo": "https://rdmedia.bbc.co.uk/testcard/",
"moreInfo": "https://rdmedia.bbc.co.uk/testcard/vod/",
"provider": "bbc"
},
{
Expand Down

0 comments on commit 7320c8f

Please sign in to comment.