[gst-devel] Streaming mp3 file via rtsp on Arm

Tim Muller t.i.m at zen.co.uk
Tue May 8 11:51:49 CEST 2007


kanzakiv at gmail.com wrote :

> it works perfect on X86, but on Arm it seems have some 
> problems the cosole displays:
>
> ~ # gst-launch rtspsrc location= "rtsp://192.168.1.100/.MP3Media1.mp3" ! rtpmpadepay ! mad ! filesink location= qqqqqSetting pipeline to PAUSED ...(gst-launch-0.10:524): GLib-GObject-CRITICAL **: g_param_spec_int: assertion `default_value >= minimum && default_value <= maximum' failed
> (gst-launch-0.10:524): GLib-GObject-CRITICAL **: g_object_class_install_property: assertion `G_IS_PARAM_SPEC (pspec)' failed

Run this in a debugger with the G_DEBUG=fatal_warnings environment variable set. Then it will abort or coredump at the first warning and you can look at the stack trace to see exactly what caused that warning.

It would probably also help to know what versions of things you were using.

Cheers
 -Tim









More information about the gstreamer-devel mailing list