GNOME Bugzilla – Bug 625013
Can't play "GUADEC 2010 STATE OF THE UNION Teaser"
Last modified: 2010-11-24 01:29:27 UTC
(lt-totem:3918): libpeas-WARNING **: Error loading plugin 'Coherence DLNA/UPnP Client' libgdata-Message: Unhandled XML in GDataYouTubeVideo: <yt:accessControl action="comment" permission="allowed"/> libgdata-Message: Unhandled XML in GDataYouTubeVideo: <yt:accessControl action="commentVote" permission="allowed"/> libgdata-Message: Unhandled XML in GDataYouTubeVideo: <yt:accessControl action="videoRespond" permission="moderated"/> libgdata-Message: Unhandled XML in GDataYouTubeVideo: <yt:accessControl action="rate" permission="allowed"/> libgdata-Message: Unhandled XML in GDataYouTubeVideo: <yt:accessControl action="embed" permission="allowed"/> libgdata-Message: Unhandled XML in GDataYouTubeVideo: <yt:accessControl action="syndicate" permission="allowed"/> libgdata-Message: Unhandled XML in GDataYouTubeVideo: <yt:accessControl action="list" permission="allowed"/> libgdata-Message: Unhandled XML in GDataYouTubeVideo: <yt:rating numDislikes="0" numLikes="1"/> ** Message: Error: "http://www.youtube.com/get_video?video_id=DcvmXlRuMgY&t=vjVQa1PpcFM5-SLMo82NA-daaT5ILcrkemBoojDVPlY%3D": Not Found gstsouphttpsrc.c(1099): gst_soup_http_src_parse_status (): /GstPlayBin2:play/GstURIDecodeBin:uridecodebin0/GstSoupHTTPSrc:source: 404 Not Found See the %3D in the URL. Both gnome-2-30 and master have the problem.
Possibly related to bug #594320.
On the plus side, changing the way video URIs are obtained makes the code cleaner, and also means bug #614845 can be fixed. :-) commit 50027abd715acc24978e7830162c70c7e1a05811 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Jul 23 18:32:38 2010 +0100 Bug 625013 — Can't play "GUADEC 2010 STATE OF THE UNION Teaser" YouTube changed the page format again, necessitating a change in the way video URIs are scraped from the playback page. Closes: bgo#625013 src/plugins/youtube/totem-youtube.c | 51 +++++++++++++++------------------- 1 files changed, 23 insertions(+), 28 deletions(-)
*** Bug 625441 has been marked as a duplicate of this bug. ***
*** Bug 628075 has been marked as a duplicate of this bug. ***
*** Bug 630450 has been marked as a duplicate of this bug. ***
*** Bug 630454 has been marked as a duplicate of this bug. ***
*** Bug 631610 has been marked as a duplicate of this bug. ***
*** Bug 635651 has been marked as a duplicate of this bug. ***