GNOME Bugzilla – Bug 561802
DLNA specific HTTP header missing
Last modified: 2012-05-25 08:27:25 UTC
The DLNA specs require "transferMode.dlna.org" header to be present in HTTP requests. I am going to attach a patch against soup plugin that puts this header in with the appropriate value w.r.t GStreamer pipelines.
Created attachment 123170 [details] [review] A one-liner patch that fixes this issue.
2008-11-21 Sebastian Dröge <sebastian.droege@collabora.co.uk> Patch by: Zeeshan Ali <zeeshanak at gnome dot org> * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_build_message): Add transferMode.dnla.org header to HTTP requests as this is required by the DLNA specs and doesn't hurt in other situations. Fixes bug #561802.
Note to self: This was reverted in Bug #676020 in favor of applications adding the header themselves.