OpenRedButtonProject / orb

The Open Red Button Project is a cross-browser solution for HbbTV.
https://orb-tv.org/
Apache License 2.0
16 stars 1 forks source link

Fix org.hbbtv_DASH-TIMELINE0070 and org.hbbtv_DASH-TIMELINE0150 #335

Closed danips closed 2 months ago

danips commented 4 months ago

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).