GNOME Bugzilla – Bug 375867
check user-agents
Last modified: 2009-11-16 12:00:56 UTC
We should make the browser plugin viewer use the same UA string as the legacy plugin they're emulating.
Filed against xine-lib: http://sourceforge.net/tracker/index.php?func=detail&aid=1597644&group_id=9655&atid=109655 It doesn't allow that right now.
Quicktime on MacOS X: QuickTime/7.1.3 (qtver=7.1.3;cpu=PPC;os=Mac 10.4.8)
Would be nice to get more UA strings from the community.
Windows Media Player from Windows XP SP 2: "Windows-Media-Player/10.00.00.4019"
I'm unable to access the sourceforget bug in comment 1, but that shouldn't matter anyway now that totem is gstreamer-only. Is there gstreamer API to set the UA ?
*** Bug 592633 has been marked as a duplicate of this bug. ***
(In reply to comment #5) > I'm unable to access the sourceforget bug in comment 1, but that shouldn't > matter anyway now that totem is gstreamer-only. Nod. > Is there gstreamer API to set the UA ? souphttpsrc has a property for that: user-agent : Value of the User-Agent HTTP request header field flags: readable, writable String. Default: "GStreamer souphttpsrc " Current: "GStreamer souphttpsrc " We'd need to get signalled when it's used (would it already be too late?), or add a property to playbin to do it for us. Tim?
Not sure what you're asking exactly, but you should probably set the user-agent in playbin_source_notify_cb(), similar to how the device is set there.
commit c3a784b72a70b9fae5ef9279faa15ea4dc49933c Author: Bastien Nocera <hadess@hadess.net> Date: Wed Sep 2 13:17:07 2009 +0100 Bug 375867 - check user-agents Override the HTTP user-agents for Quicktime and Windows Media Player, fixes playback of the Apple trailers. commit d3180aafb8597a6244a9e98425c721b1a6b0a33c Author: Bastien Nocera <hadess@hadess.net> Date: Wed Sep 2 13:14:17 2009 +0100 Allow overriding the HTTP user-agent in the video widget
*** Bug 310053 has been marked as a duplicate of this bug. ***
*** Bug 539480 has been marked as a duplicate of this bug. ***