File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
spec/requests/iiif/auth/v2 Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 url : " https://purl.stanford.edu/"
1414
1515stream :
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
Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments