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
They have shape like object, with keys like MediaPlayer method, and values like method's arguments.
I need to call setXHRWithCredentialsForType more than once — for multiple types, there is no way to pass an array of types or object here. How can I achieve that?
The text was updated successfully, but these errors were encountered:
In
html5.dash
you can pass options toMediaPlayer
according to docshttps://github.com/videojs/videojs-contrib-dash#passing-options-to-dashjs
They have shape like object, with keys like
MediaPlayer
method, and values like method's arguments.I need to call
setXHRWithCredentialsForType
more than once — for multiple types, there is no way to pass an array of types or object here. How can I achieve that?The text was updated successfully, but these errors were encountered: