Is there http request timeout config param? #4066
-
Can i set timeout value for manifest loading? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
As per documentation: |
Beta Was this translation helpful? Give feedback.
-
Unfortunately you can't currently set a timeout for manifest loading. You can set fragment timeout (see https://github.com/Dash-Industry-Forum/dash.js/blob/development/index.d.ts#L257), so it seems like it would be simple enough to add similar functionality for manifests |
Beta Was this translation helpful? Give feedback.
-
Implemented in #4082. There is a |
Beta Was this translation helpful? Give feedback.
Implemented in #4082. There is a
manifestRequestTimeout
parameter now that can be defined in the settings