attemptVideoFreezeRecovery
Enables automatic recovery from a stuck video decoder.
When enabled, the player detects a stuck state if the video decoder's output buffer position remains unchanged for a significant duration (0.5s) while the player is in the playing state. If detected, the player attempts to recover by reselecting the current video track and time-shifting playback to the current position.
A PlayerEvent.Warning with code PlayerWarningCode.General and a relevant message will be emitted when a recovery attempt occurs.
Default: false
.