We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ee344f + 5a9ffba commit cc5d1d5Copy full SHA for cc5d1d5
1 file changed
ios/Classes/CachedVideoPlayerPlugin.m
@@ -536,6 +536,7 @@ - (CachedTextureMessage*)create:(CachedCreateMessage*)input error:(FlutterError*
536
NSURL *usedURL = [NSURL URLWithString:input.uri];
537
if(![input.formatHint isEqual: @"hls"]) {
538
usedURL = [KTVHTTPCache proxyURLWithOriginalURL:usedURL];
539
+ [KTVHTTPCache downloadSetAdditionalHeaders:input.httpHeaders];
540
}
541
542
player = [[CachedVideoPlayer alloc] initWithURL:usedURL
0 commit comments