GNOME Bugzilla – Bug 703031
playbin mpd
Last modified: 2013-06-25 10:11:44 UTC
I compile and install the new version of gstreamer (+gst-base, good, bad, ugly) to play dash (thanks to the dashdemux). When I trie to launch this command line : gst-launch-1.0 playbin uri=http://download.tsi.telecom-paristech.fr/gpac/DASH_CONFORMANCE/TelecomParisTech/mp4-main-multi/mp4-main-multi-mpd-AV-BS.mpd I have the folllowing error : Setting pipeline to PAUSED ... ERROR: Pipeline doesn't want to pause. Missing element: HTTP protocol source ERROR: from element /GstURIDecodeBin:uridecodebin0: No URI handler implemented for "http". Additional debug info: gsturidecodebin.c(1385): gen_source_element (): /GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin0 Setting pipeline to NULL ... Freeing pipeline ... Can you help me ?
(In reply to comment #0) > Missing element: HTTP protocol source > ERROR: from element /GstURIDecodeBin:uridecodebin0: No URI handler implemented > for "http". Please install an http source element. I would recommend souphttpsrc from gst-plugins-good.
Ok thanks, I thought I had install plugins-good. I compile and install it, then I rebuild and install plugin bad. And now I have the following message : Setting pipeline to PAUSED ... Pipeline is PREROLLING ... Redistribute latency... ERROR: from element /GstPlayBin:playbin0/GstPlaySink:playsink: The autoaudiosink element is not working. Additional debug info: gstplaysink.c(2716): gen_audio_chain (): /GstPlayBin:playbin0/GstPlaySink:playsink ERROR: pipeline doesn't want to preroll. Setting pipeline to NULL ... Freeing pipeline ... It seems to load from 0 to 100 % then I have the message ...
Manu, this is a bug tracker, not a support forum. Please write the gstreamer-devel mailing list for support. These issues are not bugs, but indicate that you are missing some elements. In this case you need to install alsasink and/or pulsesink (if you are on Linux).
Ok, I'm sorry for this mistake. Thanks for the help :)