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
I'm try to limit max retry times after server is not reachable. I found can use tech().on("retryplaylist", onRetry) to listen retry event. But console told me it's not safe. So I found another way. videojs-http-streaming has an option named maxPlaylistRetries can limit retry time. But I didn't find how to use with videojs. I'm try to set like this:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm try to limit max retry times after server is not reachable. I found can use
tech().on("retryplaylist", onRetry)
to listen retry event. But console told me it's not safe. So I found another way.videojs-http-streaming
has an option namedmaxPlaylistRetries
can limit retry time. But I didn't find how to use with videojs. I'm try to set like this:All of them seem not work. Another thing I should say. Videojs seems to have included vhs library from version 7. So I don't install it.
Beta Was this translation helpful? Give feedback.
All reactions