mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-14 15:56:38 +03:00
ac833da3dc
CastProxy's getInitState_() pauses the local video as part of a transfer of state to the receiver. Calling getInitState_() (via CastSender's onInitStateRequired_()) should be deferred until we establish a connection. This keeps the local video from pausing during a connection attempt. Closes https://github.com/shaka-project/shaka-player/issues/6293