Remove redundant network requests and streamline the process. There are two potential requests that can be avoided: the load master playlist and the VTT file validation. The master playlist content should be available when intercepting the response, and VTT can potentially be validated upon request, if the response is bad then use #EXT-X-GAP in the response.
Remove redundant network requests and streamline the process. There are two potential requests that can be avoided: the load master playlist and the VTT file validation. The master playlist content should be available when intercepting the response, and VTT can potentially be validated upon request, if the response is bad then use #EXT-X-GAP in the response.