pupnp / pupnp

libupnp: Build UPnP-compliant control points, devices, and bridges on several operating systems.
https://pupnp.github.io/pupnp
BSD 3-Clause "New" or "Revised" License
352 stars 117 forks source link

[1.14.6] Can't handle huge playlists since d4567ee #330

Closed tmn505 closed 1 year ago

tmn505 commented 2 years ago

The issue is observed when a huge playlist is feeded to VLC through UPNP. The VLC outputs these messages:

upnp info: Initializing libupnp on 'default' interface
upnp error: No response from browse() action

This issue does not occur before d4567ee. The playlist causing the issue is attached: channels.m3u.txt

tmn505 commented 1 year ago

Fixed with 1.14.13, thanks. Didn't bisect which commit did it, if it'll be requested, I'll do the bisection.

mrjimenez commented 1 year ago

If you want to do it, it will be good so that we do not reintroduce the regression by mistake.

Regards, Marcelo.

AlaricSenat commented 1 year ago

Looks like the symptoms fixed by #406 !

tmn505 commented 1 year ago

Looks like the symptoms fixed by #406 !

Yep, confirmed.