xbapps / xbvr

Tool to organize and stream your VR porn library
336 stars 130 forks source link

There's a bug in function `cdsObjectToUpnpavObject` in `pkg/dms/dlna/dms/cds.go` causing value of `<upnp:class>` of items is assigned by a null string but should be `object.item.xxx` according to http://www.upnp.org/schemas/av/upnp.xsd #725

Open Arlen-LT opened 2 years ago

Arlen-LT commented 2 years ago

There's a bug in function cdsObjectToUpnpavObject in pkg/dms/dlna/dms/cds.go causing value of <upnp:class> of items is assigned by a null string but should be object.item.xxx according to http://www.upnp.org/schemas/av/upnp.xsd

Arlen-LT commented 2 years ago

The client which requires strict protocol specifications, such as VLC and SKYBOX, doesn't support this dlna server.