Skip to content

Commit cd85d2f

Browse files
authored
Merge pull request #1484 from sul-dlss/update-stream-url
Update default streaming application
2 parents 80abb26 + b166a9d commit cd85d2f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/settings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ purl:
1313
url: "https://purl.stanford.edu/"
1414

1515
stream:
16-
url: https://sul-mediaserver.stanford.edu/stacks/_definst_
16+
url: https://sul-mediaserver.stanford.edu/stacks-with-token/_definst_
1717
security_token_prefix: wowzatoken
1818
security_token_secret: ~
1919

spec/requests/iiif/auth/v2/probe_service_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
"status" => 302
188188
})
189189
location = response.parsed_body.dig('location', 'id')
190-
expect(location).to start_with 'https://sul-mediaserver.stanford.edu/stacks/_definst_/nr/349/ct/7889/mp4:SC0193_1982-013_b06_f01_1981-09-29.mp4/playlist.m3u8?wowzatokenendtime='
190+
expect(location).to start_with 'https://sul-mediaserver.stanford.edu/stacks-with-token/_definst_/nr/349/ct/7889/mp4:SC0193_1982-013_b06_f01_1981-09-29.mp4/playlist.m3u8?wowzatokenendtime='
191191
expect(location).to end_with('=') # Token is md5 encoded
192192
end
193193
end
@@ -214,7 +214,7 @@
214214
"status" => 302
215215
})
216216
location = response.parsed_body.dig('location', 'id')
217-
expect(location).to start_with 'https://sul-mediaserver.stanford.edu/stacks/_definst_/bb/000/cr/7262/mp4:SC0193_1982-013_b06_f01_1981-09-29.mp4/playlist.m3u8?wowzatokenendtime='
217+
expect(location).to start_with 'https://sul-mediaserver.stanford.edu/stacks-with-token/_definst_/bb/000/cr/7262/mp4:SC0193_1982-013_b06_f01_1981-09-29.mp4/playlist.m3u8?wowzatokenendtime='
218218
expect(location).to end_with('=') # Token is md5 encoded
219219
end
220220
end

0 commit comments

Comments
 (0)