Skip to content

upnp: add work-around for Fritzbox devices

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

Those devices expect a full paging implementation so by default, they will return the first 50 items only. This patch overwrites the default and requests 1500 instead, which should be sufficient for most UPnP directories. Instead of adding pagination using upnpx, we should move to libvlc's UPnP implementation which already supports it.

See also: https://trac.videolan.org/vlc/ticket/22930

Merge request reports