During dash.js initialisation a seek operation is performed before starting to play the stream. avcontrol.js will mistakenly transition to PLAYING state. avcontrol.js just needs to ignore this operation while it is in the initialisation phase (before play is called).
During dash.js initialisation a seek operation is performed before starting to play the stream. avcontrol.js will mistakenly transition to PLAYING state. avcontrol.js just needs to ignore this operation while it is in the initialisation phase (before play is called).