intel / dleyna-renderer

dleyna-renderer is a library for implementing services that allow clients to discover and manipulate Digital Media Renderers. An implementation of such a service for linux is also included
https://01.org/dleyna/
GNU Lesser General Public License v2.1
16 stars 19 forks source link

dLeyna-renderer generates incorrect PUSH URLs #23

Closed markdryan closed 11 years ago

markdryan commented 11 years ago

They are prefixed with "/rendererserviceupnp" when they should probably be prefixed with "/dleynarenderer", e.g.,

http://127.0.0.1:55423/rendererserviceupnp/0.desktop

We just need to change

define DLR_HOST_SERVICE_ROOT "/rendererserviceupnp"

in host-service.c

markdryan commented 11 years ago

Fixed by PR #24