You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In determining the "temporal offsets" for rendering a media element, the entire resource URI is matched against. However, this is problematic for URLs that coincidentally contain a t=<whatever> sequence in their path part, such as this one: https://wowza.library.ucla.edu/iiif_av_public/definst/mp4:soul/pairtree_root/21/19/8=/zz/00/2d/w1/7t/=8/q1/1h/04/9/21198=zz002dw17t=8q11h049/ark%2B=21198=zz002dw17t=8q11h049.mp4/manifest.mpd.
Uncaught TypeError: HTMLMediaElement.currentTime setter: Value being assigned is not a finite floating-point value.
_setMediaCurrentTime IIIFAVComponent.js:1
_synchronizeMedia IIIFAVComponent.js:1
_updateMediaActiveStates IIIFAVComponent.js:1
_lowPriorityUpdater IIIFAVComponent.js:1
pause IIIFAVComponent.js:1
_renderMediaElement IIIFAVComponent.js:1
Steps to reproduce:
Spin up UCLALibrary/dl-viewer locally (http://localhost:8080 by default); depending on your Node version, you may need to set NODE_OPTIONS=--openssl-legacy-provider to work around ERR_OSSL_EVP_UNSUPPORTED
In determining the "temporal offsets" for rendering a media element, the entire resource URI is matched against. However, this is problematic for URLs that coincidentally contain a
t=<whatever>
sequence in their path part, such as this one:https://wowza.library.ucla.edu/iiif_av_public/definst/mp4:soul/pairtree_root/21/19/8=/zz/00/2d/w1/7t/=8/q1/1h/04/9/21198=zz002dw17t=8q11h049/ark%2B=21198=zz002dw17t=8q11h049.mp4/manifest.mpd
.Attempting to load Universal Viewer 3.1.4 with a IIIF Presentation API manifest that references the above content resource results in an error state. Here is the top of the stack trace:
Steps to reproduce:
NODE_OPTIONS=--openssl-legacy-provider
to work aroundERR_OSSL_EVP_UNSUPPORTED
The text was updated successfully, but these errors were encountered: