This version includes a patch regarding the player's style.scaling
configuration and
updateSource
. If style.scaling
is set to a different value as default
'letterbox'
e.g. 'crop'
or 'fill'
this setting will now always be preserved during an updateSource
call.
Before the player styling was
falling back to default values after an server-side updateSource call if the new target stream name
and the previous stream name were the same.
Further an issue with updateSource
in PAUSED
state with
source.options.switch.forcePlay
set to false
and ABR enabled is solved, preventing
unintended switching in PAUSED
state.
style.scaling
with non-default value will be preserved during updateSource
with
server-side switch to the same streamsource
will be prevented from starting in
PAUSED
state