Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Hardware > Fix bug in Windows Media Player 11 - bug described below:

Reply
Thread Tools Display Modes

Fix bug in Windows Media Player 11 - bug described below:

 
 
AMW
Guest
Posts: n/a

 
      01-16-2008
Windows Media Player does not conform to DNLA standard.

Certain devices wll not play files of a certain type. e.g. Zensonic Z500

Reference document "DLNA Home networked device interoperability guidelines
(Part 1: Architecture and Protocols)" available here:
http://www.ce.org/Resource.aspx?ID=2456

According to "7.4.30 - MM DIDL-Lite protocolInfo values", any protocolInfo
value that begins with "http-get" must list the MIME type and DLNA.ORG_PN
parameters of the media format profile in the third and fourth parameters,
respectively.

In the case of WMS 11 for an AVI file, the fourth parameter (DLNA.ORG_PN) is
missing.

Example: <res
protocolInfo="http-get:*:video/aviLNA.ORG_OP=01;DLNA.ORG_CI=0">
Should be: <res
protocolInfo="http-get:*:video/aviLNA.ORG_PN=AVI;DLNA.ORG_OP=01;DLNA.ORG_CI=0">

This is a bug in the implementation of the DLNA protocol in WMS 11.


Applicable portion of section 7.4.30:

7.4.30.3
The third field of a protocolInfo value must use the MIME types specified in
Compendium of Media Format Profiles, Clause 5 in the Media Format document
for DLNA normative media format profiles when the protocol is "http-get" or
"rtsp-rtp-udp".

7.4.30.4
UPnP AV endpoints (devices and control points) must use the DLNA.ORG_PN
parameter (7.4.32) in the 4th field of protocolInfo for the following
operations:
* To identify content conforming to a DLNA media format profile, or
* To specify that a UPnP device is capable of receiving, distributing, or
rendering
content conforming to a DLNA media format profile.

MIME-types in the 3rd field of res@protocolInfo alone are not sufficient to
identify DLNA content.

MIME-types are not to be used to identify DLNA media format profiles because
MIME-types will be updated by IANA.



----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://windowshelp.microsoft.com/com...rdware_devices
 
Reply With Quote
 
 
 
 
Colin Barnhorst
Guest
Posts: n/a

 
      01-16-2008
You should send this directly to Microsoft. This is not a managed newsgroup
and MS does not monitor it for bug reports or feature requests.

"AMW" <> wrote in message
news:184C9A2A-ABAB-475A-BE23-...
> Windows Media Player does not conform to DNLA standard.
>
> Certain devices wll not play files of a certain type. e.g. Zensonic Z500
>
> Reference document "DLNA Home networked device interoperability guidelines
> (Part 1: Architecture and Protocols)" available here:
> http://www.ce.org/Resource.aspx?ID=2456
>
> According to "7.4.30 - MM DIDL-Lite protocolInfo values", any protocolInfo
> value that begins with "http-get" must list the MIME type and DLNA.ORG_PN
> parameters of the media format profile in the third and fourth parameters,
> respectively.
>
> In the case of WMS 11 for an AVI file, the fourth parameter (DLNA.ORG_PN)
> is
> missing.
>
> Example: <res
> protocolInfo="http-get:*:video/aviLNA.ORG_OP=01;DLNA.ORG_CI=0">
> Should be: <res
> protocolInfo="http-get:*:video/aviLNA.ORG_PN=AVI;DLNA.ORG_OP=01;DLNA.ORG_CI=0">
>
> This is a bug in the implementation of the DLNA protocol in WMS 11.
>
>
> Applicable portion of section 7.4.30:
>
> 7.4.30.3
> The third field of a protocolInfo value must use the MIME types specified
> in
> Compendium of Media Format Profiles, Clause 5 in the Media Format document
> for DLNA normative media format profiles when the protocol is "http-get"
> or
> "rtsp-rtp-udp".
>
> 7.4.30.4
> UPnP AV endpoints (devices and control points) must use the DLNA.ORG_PN
> parameter (7.4.32) in the 4th field of protocolInfo for the following
> operations:
> * To identify content conforming to a DLNA media format profile, or
> * To specify that a UPnP device is capable of receiving, distributing, or
> rendering
> content conforming to a DLNA media format profile.
>
> MIME-types in the 3rd field of res@protocolInfo alone are not sufficient
> to
> identify DLNA content.
>
> MIME-types are not to be used to identify DLNA media format profiles
> because
> MIME-types will be updated by IANA.
>
>
>
> ----------------
> This post is a suggestion for Microsoft, and Microsoft responds to the
> suggestions with the most votes. To vote for this suggestion, click the "I
> Agree" button in the message pane. If you do not see the button, follow
> this
> link to open the suggestion in the Microsoft Web-based Newsreader and then
> click "I Agree" in the message pane.
>
> http://windowshelp.microsoft.com/com...rdware_devices


 
Reply With Quote
 
AMW
Guest
Posts: n/a

 
      01-16-2008
This is a fault in a Microsoft product that should be fixed forthwith. This
is the only forum I could find to post it in. Indeed, this forum is intended
to highlight problems with Microsoft products and request features. If enough
people rate my post, Microsoft WILL look at it.

In any case, there is no facility to report bugs to Microsoft. In fact, they
would like you to pay to do it! Please go ahead and try. I will be very
interested to hear how you get on.

"Colin Barnhorst" wrote:

> You should send this directly to Microsoft. This is not a managed newsgroup
> and MS does not monitor it for bug reports or feature requests.
>
> "AMW" <> wrote in message
> news:184C9A2A-ABAB-475A-BE23-...
> > Windows Media Player does not conform to DNLA standard.
> >
> > Certain devices wll not play files of a certain type. e.g. Zensonic Z500
> >
> > Reference document "DLNA Home networked device interoperability guidelines
> > (Part 1: Architecture and Protocols)" available here:
> > http://www.ce.org/Resource.aspx?ID=2456
> >
> > According to "7.4.30 - MM DIDL-Lite protocolInfo values", any protocolInfo
> > value that begins with "http-get" must list the MIME type and DLNA.ORG_PN
> > parameters of the media format profile in the third and fourth parameters,
> > respectively.
> >
> > In the case of WMS 11 for an AVI file, the fourth parameter (DLNA.ORG_PN)
> > is
> > missing.
> >
> > Example: <res
> > protocolInfo="http-get:*:video/aviLNA.ORG_OP=01;DLNA.ORG_CI=0">
> > Should be: <res
> > protocolInfo="http-get:*:video/aviLNA.ORG_PN=AVI;DLNA.ORG_OP=01;DLNA.ORG_CI=0">
> >
> > This is a bug in the implementation of the DLNA protocol in WMS 11.
> >
> >
> > Applicable portion of section 7.4.30:
> >
> > 7.4.30.3
> > The third field of a protocolInfo value must use the MIME types specified
> > in
> > Compendium of Media Format Profiles, Clause 5 in the Media Format document
> > for DLNA normative media format profiles when the protocol is "http-get"
> > or
> > "rtsp-rtp-udp".
> >
> > 7.4.30.4
> > UPnP AV endpoints (devices and control points) must use the DLNA.ORG_PN
> > parameter (7.4.32) in the 4th field of protocolInfo for the following
> > operations:
> > * To identify content conforming to a DLNA media format profile, or
> > * To specify that a UPnP device is capable of receiving, distributing, or
> > rendering
> > content conforming to a DLNA media format profile.
> >
> > MIME-types in the 3rd field of res@protocolInfo alone are not sufficient
> > to
> > identify DLNA content.
> >
> > MIME-types are not to be used to identify DLNA media format profiles
> > because
> > MIME-types will be updated by IANA.
> >
> >
> >
> > ----------------
> > This post is a suggestion for Microsoft, and Microsoft responds to the
> > suggestions with the most votes. To vote for this suggestion, click the "I
> > Agree" button in the message pane. If you do not see the button, follow
> > this
> > link to open the suggestion in the Microsoft Web-based Newsreader and then
> > click "I Agree" in the message pane.
> >
> > http://windowshelp.microsoft.com/com...rdware_devices

>

 
Reply With Quote
 
Colin Barnhorst
Guest
Posts: n/a

 
      01-16-2008
http://support.microsoft.com/default.aspx/gp/contactbug

Bug swatting is the job of PSS now that Vista has released to market. PSS
triages and forwards.

"AMW" <> wrote in message
news:1D3903D3-0F01-4446-9FEA-...
> This is a fault in a Microsoft product that should be fixed forthwith.
> This
> is the only forum I could find to post it in. Indeed, this forum is
> intended
> to highlight problems with Microsoft products and request features. If
> enough
> people rate my post, Microsoft WILL look at it.
>
> In any case, there is no facility to report bugs to Microsoft. In fact,
> they
> would like you to pay to do it! Please go ahead and try. I will be very
> interested to hear how you get on.
>
> "Colin Barnhorst" wrote:
>
>> You should send this directly to Microsoft. This is not a managed
>> newsgroup
>> and MS does not monitor it for bug reports or feature requests.
>>
>> "AMW" <> wrote in message
>> news:184C9A2A-ABAB-475A-BE23-...
>> > Windows Media Player does not conform to DNLA standard.
>> >
>> > Certain devices wll not play files of a certain type. e.g. Zensonic
>> > Z500
>> >
>> > Reference document "DLNA Home networked device interoperability
>> > guidelines
>> > (Part 1: Architecture and Protocols)" available here:
>> > http://www.ce.org/Resource.aspx?ID=2456
>> >
>> > According to "7.4.30 - MM DIDL-Lite protocolInfo values", any
>> > protocolInfo
>> > value that begins with "http-get" must list the MIME type and
>> > DLNA.ORG_PN
>> > parameters of the media format profile in the third and fourth
>> > parameters,
>> > respectively.
>> >
>> > In the case of WMS 11 for an AVI file, the fourth parameter
>> > (DLNA.ORG_PN)
>> > is
>> > missing.
>> >
>> > Example: <res
>> > protocolInfo="http-get:*:video/aviLNA.ORG_OP=01;DLNA.ORG_CI=0">
>> > Should be: <res
>> > protocolInfo="http-get:*:video/aviLNA.ORG_PN=AVI;DLNA.ORG_OP=01;DLNA.ORG_CI=0">
>> >
>> > This is a bug in the implementation of the DLNA protocol in WMS 11.
>> >
>> >
>> > Applicable portion of section 7.4.30:
>> >
>> > 7.4.30.3
>> > The third field of a protocolInfo value must use the MIME types
>> > specified
>> > in
>> > Compendium of Media Format Profiles, Clause 5 in the Media Format
>> > document
>> > for DLNA normative media format profiles when the protocol is
>> > "http-get"
>> > or
>> > "rtsp-rtp-udp".
>> >
>> > 7.4.30.4
>> > UPnP AV endpoints (devices and control points) must use the DLNA.ORG_PN
>> > parameter (7.4.32) in the 4th field of protocolInfo for the following
>> > operations:
>> > * To identify content conforming to a DLNA media format profile, or
>> > * To specify that a UPnP device is capable of receiving, distributing,
>> > or
>> > rendering
>> > content conforming to a DLNA media format profile.
>> >
>> > MIME-types in the 3rd field of res@protocolInfo alone are not
>> > sufficient
>> > to
>> > identify DLNA content.
>> >
>> > MIME-types are not to be used to identify DLNA media format profiles
>> > because
>> > MIME-types will be updated by IANA.
>> >
>> >
>> >
>> > ----------------
>> > This post is a suggestion for Microsoft, and Microsoft responds to the
>> > suggestions with the most votes. To vote for this suggestion, click the
>> > "I
>> > Agree" button in the message pane. If you do not see the button, follow
>> > this
>> > link to open the suggestion in the Microsoft Web-based Newsreader and
>> > then
>> > click "I Agree" in the message pane.
>> >
>> > http://windowshelp.microsoft.com/com...rdware_devices

>>


 
Reply With Quote
 
AMW
Guest
Posts: n/a

 
      01-17-2008
If you would care to follow your own link, you will find that there is NO
facility to report bugs, unless you care to pay Technical Support. As before,
I challenge you to find a way to do this, I would be overjoyed to hear how to
do it.
 
Reply With Quote
 
marts
Guest
Posts: n/a

 
      01-26-2008

You can try this page
https://support.microsoft.com/contac...cid=sw;en;1214
to inform Microsoft.


--
marts
------------------------------------------------------------------------
marts's Profile: http://forums.techarena.in/member.php?userid=40397
View this thread: http://forums.techarena.in/showthread.php?t=894195

http://forums.techarena.in

 
Reply With Quote
 
AMW
Guest
Posts: n/a

 
      01-29-2008
I will give it a try and report back, but I still think they will want me to
pay to report it....

"marts" wrote:

>
> You can try this page
> https://support.microsoft.com/contac...cid=sw;en;1214
> to inform Microsoft.
>
>
> --
> marts
> ------------------------------------------------------------------------
> marts's Profile: http://forums.techarena.in/member.php?userid=40397
> View this thread: http://forums.techarena.in/showthread.php?t=894195
>
> http://forums.techarena.in
>
>

 
Reply With Quote
 
AMW
Guest
Posts: n/a

 
      01-29-2008
Did you try it yourself? When I hit submit, after filling it all in, I got:

Sorry, the page you requested is not available.

Yeah, really good system they've got there.

Please everyone, do not bother to try and tell me there is a way to report
bugs to Microsoft, there just is not. I have now officially given up.


"marts" wrote:

>
> You can try this page
> https://support.microsoft.com/contac...cid=sw;en;1214
> to inform Microsoft.
>
>
> --
> marts
> ------------------------------------------------------------------------
> marts's Profile: http://forums.techarena.in/member.php?userid=40397
> View this thread: http://forums.techarena.in/showthread.php?t=894195
>
> http://forums.techarena.in
>
>

 
Reply With Quote
 
Colin Barnhorst
Guest
Posts: n/a

 
      01-29-2008
Bug reporting for a released OS is not the same as it is for a beta. Bugs
are reported to Product Support Services so that they can try to resolve the
issue before escalating to the research team.

"AMW" <> wrote in message
news:66513FB2-A332-41D0-913D-...
> Did you try it yourself? When I hit submit, after filling it all in, I
> got:
>
> Sorry, the page you requested is not available.
>
> Yeah, really good system they've got there.
>
> Please everyone, do not bother to try and tell me there is a way to report
> bugs to Microsoft, there just is not. I have now officially given up.
>
>
> "marts" wrote:
>
>>
>> You can try this page
>> https://support.microsoft.com/contac...cid=sw;en;1214
>> to inform Microsoft.
>>
>>
>> --
>> marts
>> ------------------------------------------------------------------------
>> marts's Profile: http://forums.techarena.in/member.php?userid=40397
>> View this thread: http://forums.techarena.in/showthread.php?t=894195
>>
>> http://forums.techarena.in
>>
>>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
KMplayer, the media player that puts Windows Media Player to SHAME! vista user 43 Windows Vista General Discussion 62 12-21-2007 07:28 PM
Can Windows Media Player Do What Real Player Does? Andlie Coll Windows Vista Mail 2 10-24-2007 02:20 AM
Windows Media Player versus Vista Media center JD Windows Vista Security 1 06-19-2007 04:08 AM
Windows Media Player 11 is not adding media in the monitored folders Programatix Windows Vista General Discussion 10 05-11-2007 11:54 PM
Vista Crash Windows Media Player/Media Center gdusa1 Windows Vista General Discussion 0 03-01-2007 09:04 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59