We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c442579 commit ce81c1bCopy full SHA for ce81c1b
1 file changed
examples/macos/FSPlayerMacDemo/ViewController/MRRootViewController.m
@@ -619,7 +619,7 @@ - (void)perpareIJKPlayer:(NSURL *)url hwaccel:(BOOL)hwaccel isLive:(BOOL)isLive
619
}
620
621
[options setFormatOptionIntValue:0 forKey:@"http_persistent"];
622
- //请求m3u8文件里的ts出错后是否继续请求下一个ts,默认是1000
+ //请求m3u8文件里的ts出错后是否继续请求下一个ts,默认是3
623
[options setFormatOptionIntValue:1 forKey:@"max_reload"];
624
//set icy update period
625
[options setPlayerOptionValue:@"3500" forKey:@"icy-update-period"];
0 commit comments