GNOME Bugzilla – Bug 675876
Player fails to show images from WMP MediaServer
Last modified: 2012-12-14 23:05:01 UTC
No matter which transferMode we use, it's always 406, Not acceptable...
Apparently the patch in bug 665779 adds two "transferMode.dlna.org" headers. Rygel takes the second (correct) one while WMP still uses the first (incorrect) one. Once GStreamer is patched to not include a transferMode.dlna.org header, WMP serves the file.
Fixed in Rygel 0.17.x since we depend on GStreamer 1.0 and souphttpsrc doesn't add that header anymore.