Skip to content

Commit

Permalink
Change MSS sample streams
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy committed Sep 28, 2023
1 parent 9dbd569 commit 798b07b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions samples/dash-if-reference-player/app/sources.json
Expand Up @@ -1274,12 +1274,12 @@
"name": "Smooth Streaming",
"submenu": [
{
"url": "http://playready.directtaps.net/smoothstreaming/SSWSS720H264/SuperSpeedway_720.ism/Manifest",
"url": "https://playready.directtaps.net/smoothstreaming/SSWSS720H264/SuperSpeedway_720.ism/Manifest",
"name": "Super Speedway",
"provider": "microsoft"
},
{
"url": "http://playready.directtaps.net/smoothstreaming/SSWSS720H264PR/SuperSpeedway_720.ism/Manifest",
"url": "https://playready.directtaps.net/smoothstreaming/SSWSS720H264PR/SuperSpeedway_720.ism/Manifest",
"name": "Super Speedway + PlayReady DRM",
"protData": {
"com.microsoft.playready": {
Expand All @@ -1288,7 +1288,7 @@
"provider": "microsoft"
},
{
"url": "http://test.playready.microsoft.com/smoothstreaming/SSWSS720H264PR/SuperSpeedway_720.ism/Manifest",
"url": "https://playready.directtaps.net/smoothstreaming/SSWSS720H264PR/SuperSpeedway_720.ism/Manifest",
"name": "Super Speedway + PlayReady DRM (persistent)",
"protData": {
"com.microsoft.playready": {
Expand Down
2 changes: 1 addition & 1 deletion samples/smooth-streaming/mss.html
Expand Up @@ -73,7 +73,7 @@ <h3>Smooth Streaming example</h3>
<div class="input-group mb-3">
<span class="input-group-text" id="basic-addon1">Manifest URL</span>
<input type="text" id="streamUrl" class="form-control" placeholder="MPD URL"
value="http://playready.directtaps.net/smoothstreaming/SSWSS720H264/SuperSpeedway_720.ism/Manifest"
value="https://playready.directtaps.net/smoothstreaming/SSWSS720H264/SuperSpeedway_720.ism/Manifest"
aria-describedby="basic-addon1">
</div>
<div class="input-group mb-3">
Expand Down
5 changes: 3 additions & 2 deletions test/functional-karma/config/live-basic.js
Expand Up @@ -27,9 +27,10 @@ export default [
},
{
name: 'Audio only live',
url: 'https://livesim.dashif.org/livesim/testpic_2s/audio.mpd',
url: 'https://livesim2.dashif.org/livesim2/testpic_2s/audio.mpd',
type: 'live',
testcases: [Constants.TESTCASES.GENERIC.ALL]
testcases: [Constants.TESTCASES.GENERIC.ALL],
excludedTestcases: [Constants.TESTCASES.SIMPLE.INITIAL_BUFFER_TARGET]
},
]

Expand Down
2 changes: 1 addition & 1 deletion test/functional-karma/config/mss.js
Expand Up @@ -4,7 +4,7 @@ export default [
{
name: 'MSS',
type: 'vod',
url: 'http://playready.directtaps.net/smoothstreaming/SSWSS720H264/SuperSpeedway_720.ism/Manifest',
url: 'https://playready.directtaps.net/smoothstreaming/SSWSS720H264/SuperSpeedway_720.ism/Manifest',
testcases: [Constants.TESTCASES.GENERIC.ALL]
}
]

0 comments on commit 798b07b

Please sign in to comment.