How to set a custom ipv4-timeout of 15 seconds
Posted: 14 Mar 2016 14:44
Hi,
Do you know how to set a custom ipv4-timeout ? I found an example but I do not know if it works:
It there a way to verify the current ipv4-timeout?
Thanks
Do you know how to set a custom ipv4-timeout ? I found an example but I do not know if it works:
Code: Select all
_mediaplayer = [[VLCMediaPlayer alloc] initWithOptions:@[@"--ipv4-timeout=15000"]]
Thanks