2.2.1.1 WMC_COMPAT_EXCLUDE_HTTP

This flag causes a DMS to exclude res and upnp:albumArtURI elements in the DIDL-Lite response of the Browse or Search UPnP actions that implement the HTTP protocol in their URLs, as specified in [UPnP].

Value: %x1

This flag affects the response of UPnP Actions: ContentDirectory:Browse, ContentDirectory:Search, and ConnectionManager:GetProtocolInfo.

 <res duration="0:03:20.000" bitrate="24000" protocolInfo="http-get:*:audio/mpeg:DLNA.ORG_PN=MP3;DLNA.ORG_OP=01;DLNA.ORG_FLAGS=01500000000000000000000000000000" sampleFrequency="44100" bitsPerSample="16" nrAudioChannels="2" microsoft:codec="{00000055-0000-0010-8000-00AA00389B71}" xmlns:microsoft="urn:schemas-microsoft-com:WMPNSS-1-0/">http://127.0.0.1:10243/WMPNSSv4/2815481477/0_ezI0OTI3N0I5LUU2MUQtNDdEMi05MTI3LTJBNjFDOTFGM0M5N30uMC40.mp3</res>
 <upnp:albumArtURI dlna:profileID="JPEG_TN" xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/">http://127.0.0.1:10243/WMPNSSv4/2815481477/ezI0OTI3N0I5LUU2MUQtNDdEMi05MTI3LTJBNjFDOTFGM0M5N30uMC40.jpg?albumArt=true,formatID=13</upnp:albumArtURI>

When this flag is specified, the value of the protocolInfo attribute, as defined in [UPNPCDS1] section 6, on res elements, only specifies non-HTTP transport-dependent formats. Any res element with a protocolInfo attribute whose value begins with an "http-get" MUST be excluded from the response. For more information regarding the syntax of the ProtocolInfo string, see [UPNPCNMGR].

Note This flag MUST NOT be used in combination with WMC_COMPAT_EXCLUDE_RTSP.