After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 596565 - Not RTP format was negotiated
Not RTP format was negotiated
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: dont know
0.10.24
Other Linux
: Normal critical
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-09-28 06:40 UTC by General195
Modified: 2009-09-28 08:20 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description General195 2009-09-28 06:40:13 UTC
gst-launch -v udpsrc port=1234 ! rtpmp2tdepay ! filesink location=new.ts
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
ERROR: from element /GstPipeline:pipeline0/GstRtpMP2TDepay:rtpmp2tdepay0: Internal GStreamer error: negotiation problem.  Please file a bug at http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer.
Additional debug info:
gstbasertpdepayload.c(360): gst_base_rtp_depayload_chain (): /GstPipeline:pipeline0/GstRtpMP2TDepay:rtpmp2tdepay0:
Not RTP format was negotiated
Execution ended after 29062438787 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline ...
Comment 1 Tim-Philipp Müller 2009-09-28 08:20:41 UTC
Thanks for following the instructions and filing a bug. However, this is expected behaviour in this case. You need to set the appropriate caps on the stream coming out of udpsrc, either by using a capsfilter, or using udpsrc's caps property.

Have a look at gst-plugins-good/tests/examples/rtp/