You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After instantiating a player and listening for the stateChange event, I attempted to monitor whether the stream was stalled. When I closed the streaming device, the Chrome browser's stateChanged event received data (prevstate: playing, newstate: stalled). Subsequently, an error state was triggered, and I reloaded the player. However, in Safari, the stateChanged not triggered.
I would like to know if there is any way to determine if the stream is currently stalled in Safari, or if there are alternative methods to trigger a reload after the stream stops?
Thanks!
The text was updated successfully, but these errors were encountered:
It was confirmed that stalled occurs. However, when the input stream is disconnected, it does not change to error state after changing to stalled state. I'll have to think about what circumstances I can reload the player.
It was confirmed that stalled occurs. However, when the input stream is disconnected, it does not change to error state after changing to stalled state. I'll have to think about what circumstances I can reload the player.
Safari version: 16.5(18615.2.9.11.4)
OvenPlayer version: v0.10.29
After instantiating a player and listening for the stateChange event, I attempted to monitor whether the stream was stalled. When I closed the streaming device, the Chrome browser's stateChanged event received data (prevstate: playing, newstate: stalled). Subsequently, an error state was triggered, and I reloaded the player. However, in Safari, the stateChanged not triggered.
I would like to know if there is any way to determine if the stream is currently stalled in Safari, or if there are alternative methods to trigger a reload after the stream stops?
Thanks!
The text was updated successfully, but these errors were encountered: