GNOME Bugzilla – Bug 665779
Failure do load images (Not Acceptable (406), URL)
Last modified: 2012-12-16 16:32:07 UTC
Using rygel 0.12.6 playing audio and video works fine, but trying to load an image fails. (rygel:14588): Rygel-WARNING **: rygel-http-request.vala:90: Streaming mode not supported for '77a3bb60b2d97c0ccc2e0d08a8bf4cf9' (rygel:14588): Playbin-WARNING **: rygel-playbin-player.vala:202: Error from GStreamer element playbin20: /usr/obj/ports/gst-plugins-good-0.10.30/gst-plugins-good-0.10.30/ext/soup/gstsouphttpsrc.c(1117): gst_soup_http_src_parse_status (): /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin1/GstSoupHTTPSrc:source: Not Acceptable (406), URL: http://192.168.178.89:29748/MediaExport/i/NzdhM2JiNjBiMmQ5N2MwY2NjMmUwZDA4YThiZjRjZjk%3D (rygel:14588): Playbin-WARNING **: rygel-playbin-player.vala:205: Going to STOPPED state I'm using AllShare on a Samsung Galaxy S2 to browse the Rygel share then select Rygel again for playback. When I open the http://192.yadayada URL in a webbrowser such as Chrome I see the image... Is there any other information I can collect to help debugging this problem?
No, that's a known problem which I again forget to file.
Created attachment 213907 [details] [review] core: Check passed transport URI and mime type Do a HEAD request on the passed URI from SetAVTransportURI to check accessibility and match the mime type of the resource with the ones supported by the player. Conflicts: src/rygel/rygel-av-transport.vala
Created attachment 213908 [details] [review] core,playbin,mpris: Relay meta-data to player
Created attachment 213909 [details] [review] playbin: Set correct streaming mode for images
The rygel<->rygel use-case should be fixed since 0.15.0
Indeed it has been; thanks :)