[gst-devel] Rtp Mp2t payloader usage

Mario Latronico mario.latronico at gmail.com
Mon Aug 13 15:11:49 CEST 2007


Hello,
l'm trying to use the RTP Mp2 with the following pipeline to stream
MPEG2 TS , with an unexpected crashes of the application:

/home/mario/apps/gstreamer/bin/gst-launch-0.10  -vvv videotestsrc !
ffenc_mpeg2video ! ffmux_mpegts ! rtpmp2tpay ! udpsink
host=10.14.99.15 port=5554


Setting pipeline to PAUSED ...
/pipeline0/videotestsrc0.src: caps = video/x-raw-yuv,
format=(fourcc)I420, width=(int)320, height=(int)240,
framerate=(fraction)30/1
Pipeline is PREROLLING ...
/pipeline0/ffenc_mpeg2video0.src: caps = video/mpeg, width=(int)320,
height=(int)240, framerate=(fraction)30/1, mpegversion=(int)2,
systemstream=(boolean)false
/pipeline0/ffenc_mpeg2video0.sink: caps = video/x-raw-yuv,
format=(fourcc)I420, width=(int)320, height=(int)240,
framerate=(fraction)30/1
Caught SIGSEGV accessing address 0x5
#0  0xffffe410 in __kernel_vsyscall ()
#1  0xb7d84893 in poll () from /lib/tls/i686/cmov/libc.so.6
#2  0xb7e48e03 in ?? () from /usr/lib/libglib-2.0.so.0
#3  0x081a4e38 in ?? ()
#4  0x00000001 in ?? ()
#5  0x00000031 in ?? ()
#6  0x081a4e38 in ?? ()
#7  0x00000001 in ?? ()
#8  0xb7eac748 in ?? () from /usr/lib/libglib-2.0.so.0
#9  0x080716e8 in ?? ()
#10 0xbfadc4d4 in ?? ()
#11 0x00000001 in ?? ()
#12 0x00000001 in ?? ()
#13 0x080716e8 in ?? ()
#14 0x081a4e38 in ?? ()
#15 0xb7d84820 in ?? () from /lib/tls/i686/cmov/libc.so.6
#16 0xb7e09be0 in ?? () from /lib/tls/i686/cmov/libpthread.so.0
#17 0xb7e08440 in ?? () from /lib/tls/i686/cmov/libpthread.so.0
#18 0xb7e63613 in g_thread_self () from /usr/lib/libglib-2.0.so.0
#19 0xb7e49179 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#20 0xb7f36339 in gst_bus_poll (bus=0x8195870, events=GST_MESSAGE_ANY,
#21 0x0804a2bf in event_loop (pipeline=0x8198060, blocking=1,
#22 0x0804b4f1 in main (argc=12, argv=0xbfadc994) at gst-launch.c:706
Spinning.  Please run 'gdb gst-launch 11795' to continue debugging,
Ctrl-C to quit, or Ctrl-\ to dump core.


What is the correct usage of rtpmp2tpay payloder ? I can't find any
usage example on gstreamer documentation and on the web.

Thank you

Mario Latronico




More information about the gstreamer-devel mailing list