errors when playing streams with format like .sdp .amp

Sebastian Dröge sebastian at centricular.com
Mon Dec 16 01:44:37 PST 2013


On So, 2013-12-15 at 22:02 -0800, kashif at devdesks.com wrote:
> the stream is rtsp://83.64.164.6/axis-media/media.amp
> i am able to play it fine with v0.10 
> i havent written any custom pipeline...
> 
> as far as log is concerned... just these two line got printed...

This stream does not contain any audio here, so atdec would not be used.
It works fine on the desktop with playbin and a manual pipeline.

Can you check if it works with this for you too:
rtspsrc location=rtsp://83.64.164.6/axis-media/media.amp ! queue ! decodebin ! videoconvert ! autovideosink
?

Also try calling 

GstPlugin * plugin = gst_registry_lookup_feature(reg, "atdec");
if (plugin)
  gst_plugin_feature_set_rank(plugin, GST_RANK_NONE);

in your application after gst_ios_init().


You can get more lines of log if you call
gst_debug_set_default_threshold(GST_LEVEL_DEBUG);
in your application after gst_ios_init().

-- 
Sebastian Dröge, Centricular Ltd - http://www.centricular.com
Expertise, Straight from the Source
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 966 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20131216/0fc276f1/attachment-0001.pgp>


More information about the gstreamer-devel mailing list