Skip to content

Commit ce81c1b

Browse files
committed
update mac demo
1 parent c442579 commit ce81c1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/macos/FSPlayerMacDemo/ViewController/MRRootViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ - (void)perpareIJKPlayer:(NSURL *)url hwaccel:(BOOL)hwaccel isLive:(BOOL)isLive
619619
}
620620
}
621621
[options setFormatOptionIntValue:0 forKey:@"http_persistent"];
622-
//请求m3u8文件里的ts出错后是否继续请求下一个ts,默认是1000
622+
//请求m3u8文件里的ts出错后是否继续请求下一个ts,默认是3
623623
[options setFormatOptionIntValue:1 forKey:@"max_reload"];
624624
//set icy update period
625625
[options setPlayerOptionValue:@"3500" forKey:@"icy-update-period"];

0 commit comments

Comments
 (0)