GVP MCP:mpc:mediamgr-hlstotalerrorsthreshold
Line 4: | Line 4: | ||
|valid=Must be an integer of value equal to 0 to indicate no limit, or any value greater or equal to 1 to impose a limit. | |valid=Must be an integer of value equal to 0 to indicate no limit, or any value greater or equal to 1 to impose a limit. | ||
|takeseffect=Immediately | |takeseffect=Immediately | ||
− | |shortdesc=Specifies the total number of HTTP Live Streaming (HLS) segment errors allowed to happen before giving up the fetching process. This value must be equal or greater than the specified by the parameter mediamgr.hlsallowedconsecutiveerrors. If the value is equal to 0, than MCP will try to fetch the segments until there are segments to be fetched, or until there is still content in the buffer to be played. The following chart exemplifies how both thresholds work: | + | |shortdesc= |
+ | Specifies the total number of HTTP Live Streaming (HLS) segment errors allowed to happen before giving up the | ||
+ | fetching process. This value must be equal or greater than the specified by the parameter mediamgr.hlsallowedconsecutiveerrors. | ||
+ | If the value is equal to 0, than MCP will try to fetch the segments until there are segments to be fetched, or | ||
+ | until there is still content in the buffer to be played. | ||
+ | The following chart exemplifies how both thresholds work: | ||
+ | | Segment# | Fetch result | Cons. Counter | Total Counter | | ||
+ | | 1 | Good | 0 | 0 | | ||
+ | | 2 | Fail | 1 | 1 | | ||
+ | | 3 | Fail | 2 | 2 | | ||
+ | | 4 | Good | 0 | 2 | | ||
+ | | 5 | Fail | 1 | 3 | | ||
+ | |||
}} | }} | ||
{{DraftOption}} | {{DraftOption}} |
Revision as of 15:47, June 29, 2020
View in ref guide.
Edit this option Publish this option Clear draft content
Published Option
Draft Option
No draft option
Comments or questions about this documentation? Contact us for support!