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
Hello, there is any way to access source property and set shouldAttemptReconnect to false from the frontend? I have to manage multiple streams and the server could be down for some streams sometimes so I have to stop the reconnect attempts.
Currently the change of the stream and the creation of a new Player is not possible due to the reconnection attempts of the stream selected before.
to reproduce that issue just make a page with a text input and a canvas, put in the text input the right ws and let the player start. Then change to a new fake ws, so the player cannot connect. At the end change back the url to a working ws, the player is not working anymore due to the previous fake connection.
The text was updated successfully, but these errors were encountered:
Hello, there is any way to access source property and set shouldAttemptReconnect to false from the frontend? I have to manage multiple streams and the server could be down for some streams sometimes so I have to stop the reconnect attempts.
Currently the change of the stream and the creation of a new Player is not possible due to the reconnection attempts of the stream selected before.
to reproduce that issue just make a page with a text input and a canvas, put in the text input the right ws and let the player start. Then change to a new fake ws, so the player cannot connect. At the end change back the url to a working ws, the player is not working anymore due to the previous fake connection.
The text was updated successfully, but these errors were encountered: