ListChildren recursive
by ondrej.topolsky@streamunlimited.com
Hi,
I am doing browse request with ListChildren (parameters just fromRow -
toRow) and I see in wireshark that there is BrowseFlag
BrowseDirectChildren (its used in dls_device_get_children).
I guess this causes the upnp server to go recursively into each child
and gets direct children there?
Because I see lot of responses from upnp server listing each
subdirectory of items on current level - this is killing my server. That
is I get a response listing current level items and then I get lots of
responses about sub-level items which I do not want.
Can I somehow turn off the recursive traversal of subchildrens?
Thanks,
Ondrej
4 years, 11 months