![]() |
|
Can browse, cannot play - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: Support (/forumdisplay.php?fid=4) +--- Thread: Can browse, cannot play (/showthread.php?tid=161) |
RE: Can browse, cannot play - diddle - 22-04-2013 11:44 (19-04-2013 15:29)simoncn Wrote: I'll do some more searching to try to find a way to force this setting within the MinimServer code. If this isn't possible, perhaps I can detect that Java has chosen to use IPv6 and abort MinimServer with an error message. System.setProperty("java.net.preferIPv4Stack" , "true"); Should be working, I guess? Diddle. RE: Can browse, cannot play - simoncn - 22-04-2013 13:54 (22-04-2013 11:44)diddle Wrote: System.setProperty("java.net.preferIPv4Stack" , "true"); Some system properties need to be set before VM initialization to be effective, but I think you're right that this property can be set after VM initialization. I'll add this to the next release. RE: Can browse, cannot play - simoncn - 26-09-2015 19:40 There is a discussion in this thread about a problem caused by MinimServer setting the Java system property java.net.preferIPv4Stack to "true". To solve the reported problem, I am planning to provide a way for a MinimServer user to optionally disable this java.net.preferIPv4Stack setting. The default will be for MinimServer to continue to set this Java property, so existing MinimServer users won't be affected by the change. |