Skip to content

contrib/upnp: disable usage of reuseaddr on iOS/tvOS and fix option

Felix Paul Kühne requested to merge fkuehne/vlc:upnp-ios into master

Use of SO_REUSEADDR leads to a busy loop within libupnp and very high battery usage. This disables the option and actually fixes its functionality by patching the library. Patch to be upstreamed.

Merge request reports