Page 1 of 1

How to set a custom ipv4-timeout of 15 seconds

Posted: 14 Mar 2016 14:44
by yostane
Hi,

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"]]
It there a way to verify the current ipv4-timeout?

Thanks :D

Re: How to set a custom ipv4-timeout of 15 seconds

Posted: 22 Mar 2016 15:57
by fkuehne
No, there is no actual feedback on that except for maybe the debug log (enable that on the VLCLibrary instance associated with the VLCMediaPlayer instance if you use VLCKit 3.0 or pass @"-vvvv" as another option with VLCKit 2.2) and your watch measuring the time-out time.